]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Disable the following warning in xlC: 1540-2909 (W) The subscript 2 is out of range...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 1 Dec 2010 14:34:26 +0000 (14:34 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 1 Dec 2010 14:34:26 +0000 (14:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@22892 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index e67e413c9dfeef1fc1c0c67f689e537d17619db6..6f8b2c0f5b78c68081f0ab503d168fc9ffd49efd 100644 (file)
@@ -571,8 +571,8 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl
 
     case "$GXX_VERSION" in
       ibm_xlc)
-          CXXFLAGSG="$CXXFLAGSG -DDEBUG -check=bounds -info=all -qrtti=all -qsuppress=1540-2907"
-          CXXFLAGSO="$CXXFLAGSO -O2 -w -qansialias -qrtti=all -qsuppress=1540-2907"
+          CXXFLAGSG="$CXXFLAGSG -DDEBUG -check=bounds -info=all -qrtti=all -qsuppress=1540-2907 -qsuppress=1540-2909"
+          CXXFLAGSO="$CXXFLAGSO -O2 -w -qansialias -qrtti=all -qsuppress=1540-2907 -qsuppress=1540-2909"
           CXXFLAGSPIC="-qpic"
           LDFLAGSPIC="-qpic"
           ;;

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.