..................
/.../deal.II/source/numerics/matrix_tools.cc(2088): warning #2536: type qualifiers are meaningless here
bool (*comp)(const typename SparseMatrix<number>::iterator::value_type p,
^
..................
Avoiding the 'const' here is not always completely possible in
template contexts, depending on whether 'value_type' already
has the 'const' in it or not.
git-svn-id: https://svn.dealii.org/trunk@31060
0785d39b-7218-0410-832d-
ea1e28bc413d
# (happens in boost)
# -w1478 deprecation warning
# -w1572 floating-point equality and inequality comparisons are unreliable
+# -w2536 type qualifiers are meaningless here
#
ENABLE_IF_SUPPORTED(CMAKE_CXX_FLAGS "-wd68")
ENABLE_IF_SUPPORTED(CMAKE_CXX_FLAGS "-wd175")
ENABLE_IF_SUPPORTED(CMAKE_CXX_FLAGS "-wd1418")
ENABLE_IF_SUPPORTED(CMAKE_CXX_FLAGS "-wd1478")
ENABLE_IF_SUPPORTED(CMAKE_CXX_FLAGS "-wd1572")
+ENABLE_IF_SUPPORTED(CMAKE_CXX_FLAGS "-wd2536")
IF(DEAL_II_STATIC_EXECUTABLE)
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams