]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
suppress odd warning of pgCC
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Oct 2010 05:19:49 +0000 (05:19 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Oct 2010 05:19:49 +0000 (05:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@22356 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 166e8337d7dd8b83c265688ed7d6218dbd4181b4..eb700d20a8d2b31c03b0709d9df8c0252a0b4a9e 100644 (file)
@@ -828,6 +828,8 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl
           dnl       assertion
          dnl #128: a similar case -- code not reachable because there's
          dnl       a return that's active for a particular space dimension
+         dnl #155: no va_start() seen -- happens alwas in lines 138 and 891
+         dnl       and seems to be spurious
           dnl #177: "function declared but not used": might happen with
           dnl       templates and conditional compilation
          dnl #175: "out-of-bounds array indices": the same reason as
@@ -838,8 +840,8 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl
          dnl       somewhere in BOOST with BOOST_ASSERT. I have no idea
          dnl       what happens here
          dnl #284: "NULL references not allowed"
-         CXXFLAGSG="$CXXFLAGSG -DDEBUG -g --display_error_number --diag_suppress 68 --diag_suppress 111 --diag_suppress 128 --diag_suppress 177 --diag_suppress 175 --diag_suppress 185 --diag_suppress 236 --diag_suppress 284"
-          CXXFLAGSO="$CXXFLAGSO -fast -O2 --display_error_number --diag_suppress 68 --diag_suppress 111 --diag_suppress 128 --diag_suppress 177 --diag_suppress 175 --diag_suppress 185 --diag_suppress 236 --diag_suppress 284"
+         CXXFLAGSG="$CXXFLAGSG -DDEBUG -g --display_error_number --diag_suppress 68 --diag_suppress 111 --diag_suppress 128 --diag_suppress 155 --diag_suppress 177 --diag_suppress 175 --diag_suppress 185 --diag_suppress 236 --diag_suppress 284"
+          CXXFLAGSO="$CXXFLAGSO -fast -O2 --display_error_number --diag_suppress 68 --diag_suppress 111 --diag_suppress 128 --diag_suppress 155 --diag_suppress 177 --diag_suppress 175 --diag_suppress 185 --diag_suppress 236 --diag_suppress 284"
           CXXFLAGSPIC="-Kpic"
           ;;
 

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.