]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Disable one warning for Intel ICC.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 13 Jul 2012 20:07:25 +0000 (20:07 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 13 Jul 2012 20:07:25 +0000 (20:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@25697 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 3cfaa6a09fcf89f34a6a1489fa4a4fab2985e90e..6f5af8006f26d3f09090536cbfe8ca364a4b150d 100644 (file)
@@ -759,7 +759,10 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl
           dnl       (valid, but annoying and sometimes hard to work around)
           dnl #858: `type qualifier on return type is meaningless'
           dnl       (on conversion operators to types that are already const)
-          CXXFLAGSG="$CXXFLAGSG -w1 -wd175 -wd525 -wd327 -wd424 -wd11 -wd734 -wd858"
+          dnl #1565: attributes are ignored on a class declaration that is not 
+         dnl        also a definition (this happens in BOOST in a number of
+         dnl        places)
+          CXXFLAGSG="$CXXFLAGSG -w1 -wd175 -wd525 -wd327 -wd424 -wd11 -wd734 -wd858 -wd1565"
           CXXFLAGSO="$CXXFLAGSO -w0 -wd424 -wd11"
 
           dnl To reduce output, use -opt_report_levelmin where possible,

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


Typeset in Trocchi and Trocchi Bold Sans Serif.