From: malaterre Date: Mon, 13 Jun 2005 13:49:33 +0000 (+0000) Subject: ENH: Remove a warning I thought I was already removing... X-Git-Tag: Version1.2.bp~518 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=381e7189860a9a3d39437bbfb9ce13adc52297f3;p=gdcm.git ENH: Remove a warning I thought I was already removing... --- diff --git a/CMake/CTestCustom.ctest.in b/CMake/CTestCustom.ctest.in index 42c3db5d..097d0269 100644 --- a/CMake/CTestCustom.ctest.in +++ b/CMake/CTestCustom.ctest.in @@ -4,7 +4,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "ld: warning prebinding disabled because \\((__TEXT|__DATA|__LINKEDIT) segment \\(address = 0x[0-9]+ size = 0x[0-9]+\\) of (.*) overlaps with (__LINKEDIT|__TEXT|__DATA) segment \\(address = 0x[0-9]+ size = 0x[0-9]+\\) of (.*)" "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" )