]> Creatis software - gdcm.git/commitdiff
COMP: Remove string lenght warning problem with jpegls
authormalaterre <malaterre>
Sat, 11 Jun 2005 16:00:01 +0000 (16:00 +0000)
committermalaterre <malaterre>
Sat, 11 Jun 2005 16:00:01 +0000 (16:00 +0000)
CMake/CTestCustom.ctest.in

index c967599d806adca2ef713b09f6a430fc3c6015aa..47923db2df5b4f178656ae4de7bc6c4011439309 100644 (file)
@@ -4,6 +4,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
   "ld: warning prebinding disabled because \\(__TEXT segment \\(address = 0x[0-9]+ size = 0x[0-9]+\\) of (.*) overlaps with __LINKEDIT segment \\(address = 0x[0-9]+ size = 0x[0-9]+\\) of (.*)"
   "ld: warning prebinding disabled because dependent library: (.*)libgdcm.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"
   )