From: malaterre Date: Thu, 16 Jun 2005 20:27:46 +0000 (+0000) Subject: ENH: Remove the same warning on a different machine with the EXACT same compiler... X-Git-Tag: Version1.2.bp~486 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2ca297cc701dfea161914c57970f54d1c79c4161;p=gdcm.git ENH: Remove the same warning on a different machine with the EXACT same compiler... --- diff --git a/CMake/CTestCustom.ctest.in b/CMake/CTestCustom.ctest.in index a1e9fb7f..dd7a296f 100644 --- a/CMake/CTestCustom.ctest.in +++ b/CMake/CTestCustom.ctest.in @@ -5,6 +5,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "ld: warning prebinding disabled because dependent library: (.*).dylib is not prebound" "gdcmjasper/(.*) warning: statement not reached" "warning: string length `[0-9]+' is greater than the length `509' ISO C89 compilers are required to support" + "warning: string length '[0-9]+' is greater than the length '509' ISO C89 compilers are required to support" "/.../gdcm/src/gdcmjasper/src/libjasper/(.*)" "\"/.../gdcm/src/gdcmjpeg/jccolor.c\", line 107: warning: integer overflow detected: op \"<<\"" )