]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Disable one warning for cxx.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 20 Feb 2003 16:06:48 +0000 (16:06 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 20 Feb 2003 16:06:48 +0000 (16:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@7200 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 2d26bc16cba1043f12dfcf670a2e04f5209260d4..b8997ce3277946d35df4ad41b269c9f1515957c8 100644 (file)
@@ -411,6 +411,8 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl
   
       compaq_cxx)
           dnl Disable some warning messages:
+         dnl  #11: ` unrecognized preprocessing directive" (we use
+         dnl       #warning at one place)
           dnl #175: `subscript out of range' (detected when instantiating a
           dnl       template and looking at the indices of an array of
           dnl       template dependent size, this error is triggered in a
@@ -452,7 +454,7 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl
           CXXFLAGSG="$CXXFLAGS -model ansi -std strict_ansi -w1 -msg_display_number -timplicit_local -DDEBUG"
           CXXFLAGSO="$CXXFLAGS -model ansi -std strict_ansi -w2 -msg_display_number -timplicit_local -fast"
   
-          for i in 175 236 237 381 487 1136 1156 111 1182 265 450 ; do
+          for i in 11 175 236 237 381 487 1136 1156 111 1182 265 450 ; do
             CXXFLAGSG="$CXXFLAGSG -msg_disable $i"
             CXXFLAGSO="$CXXFLAGSO -msg_disable $i"
           done

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.