]> Creatis software - gdcm.git/commitdiff
COMP: Remove warning about jasper on Sun
authormalaterre <malaterre>
Sat, 11 Jun 2005 15:56:27 +0000 (15:56 +0000)
committermalaterre <malaterre>
Sat, 11 Jun 2005 15:56:27 +0000 (15:56 +0000)
CMake/CTestCustom.ctest.in

index 8cb87f7a07da262d325b312d3efa31350de23661..c967599d806adca2ef713b09f6a430fc3c6015aa 100644 (file)
@@ -3,6 +3,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
   "comparison is always (true|false) due to limited range of data type"
   "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"
   )