From: malaterre Date: Sat, 11 Jun 2005 16:00:01 +0000 (+0000) Subject: COMP: Remove string lenght warning problem with jpegls X-Git-Tag: Version1.2.bp~524 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=a3f75107d086c0a7f6ece0f757f433ffe1e7a6de;p=gdcm.git COMP: Remove string lenght warning problem with jpegls --- diff --git a/CMake/CTestCustom.ctest.in b/CMake/CTestCustom.ctest.in index c967599d..47923db2 100644 --- a/CMake/CTestCustom.ctest.in +++ b/CMake/CTestCustom.ctest.in @@ -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" )