]> Creatis software - gdcm.git/commitdiff
ENH: Remove a warning I thought I was already removing...
authormalaterre <malaterre>
Mon, 13 Jun 2005 13:49:33 +0000 (13:49 +0000)
committermalaterre <malaterre>
Mon, 13 Jun 2005 13:49:33 +0000 (13:49 +0000)
CMake/CTestCustom.ctest.in

index 42c3db5de2fbd634e47e1e779f539499a02bc275..097d026960f7867c3eb3e87f46188ca9ae86836e 100644 (file)
@@ -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"
   )