]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Suppress one more warning for pgi cc.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 19 Jun 2003 16:36:24 +0000 (16:36 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 19 Jun 2003 16:36:24 +0000 (16:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@7807 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 015906135260cafd34a0826c08a4160488010d41..18b518dbde718dbf537f9dea99dc8d544486071c 100644 (file)
@@ -501,8 +501,9 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl
           dnl       templates and conditional compilation
          dnl #175: "out-of-bounds array indices": the same reason as
          dnl       for Compaq cxx
-         CXXFLAGSG="$CXXFLAGS -DDEBUG -g --display_error_number --diag_suppress 111 --diag_suppress 177 --diag_suppress 175"
-          CXXFLAGSO="$CXXFLAGS -fast -O2 --display_error_number --diag_suppress 111 --diag_suppress 177 --diag_suppress 175"
+         dnl #284: "NULL references not allowed"
+         CXXFLAGSG="$CXXFLAGS -DDEBUG -g --display_error_number --diag_suppress 111 --diag_suppress 177 --diag_suppress 175 --diag_suppress 284"
+          CXXFLAGSO="$CXXFLAGS -fast -O2 --display_error_number --diag_suppress 111 --diag_suppress 177 --diag_suppress 175 --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.