]> Creatis software - gdcm.git/commitdiff
ENH: Remove the same warning on a different machine with the EXACT same compiler...
authormalaterre <malaterre>
Thu, 16 Jun 2005 20:27:46 +0000 (20:27 +0000)
committermalaterre <malaterre>
Thu, 16 Jun 2005 20:27:46 +0000 (20:27 +0000)
CMake/CTestCustom.ctest.in

index a1e9fb7ffc829b377fbfa4d8bea3e0cfee12978c..dd7a296fa45b7a225785852444cc8d7a2a465618 100644 (file)
@@ -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 \"<<\""
   )