]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Further refine warning level for Compaq's cxx.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 3 Jul 2001 07:28:21 +0000 (07:28 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 3 Jul 2001 07:28:21 +0000 (07:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@4798 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure.in

index 36cc1df5a5310fa202d849be0de6af8437c95ee7..133a4967002e6bc60499e6d7d0b3ed6dd1f8ae03 100644 (file)
@@ -290,8 +290,11 @@ else
          dnl #1136:`conversion to integral type of smaller size could lose data'
          dnl       (occurs rather often in addition of int and x.size(), because the latter
          dnl       is size_t=long unsigned int on Alpha)
+         dnl #1182:`statement either is unreachable or causes unreachable code'
+         dnl       (happens in switch(dim) clauses for other dimensions than
+         dnl       the present one)
 
-         CXXFLAGSG="$CXXFLAGS -model ansi -std strict_ansi -w0 -msg_disable 236 -msg_disable 381 -msg_disable 487 -msg_disable 1136 -DDEBUG"
+         CXXFLAGSG="$CXXFLAGS -model ansi -std strict_ansi -w0 -msg_disable 236 -msg_disable 381 -msg_disable 487 -msg_disable 1136 -msg_disable 1182 -DDEBUG"
          CXXFLAGSO="$CXXFLAGS -model ansi -std strict_ansi -w2 -accept restrict_keyword -fast"
           dnl if necessary: -shared, -pthread 
           dnl Should one use -compress? -distinguish_nested_enums? -nousing_std? 

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.