From: malaterre Date: Sat, 11 Jun 2005 15:56:27 +0000 (+0000) Subject: COMP: Remove warning about jasper on Sun X-Git-Tag: Version1.2.bp~525 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=49dd6a54e62c4338bba1b7dbaf61d833ac350afe;p=gdcm.git COMP: Remove warning about jasper on Sun --- diff --git a/CMake/CTestCustom.ctest.in b/CMake/CTestCustom.ctest.in index 8cb87f7a..c967599d 100644 --- a/CMake/CTestCustom.ctest.in +++ b/CMake/CTestCustom.ctest.in @@ -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" )