]> Creatis software - gdcm.git/commitdiff
ENH: Need to allow hex for expressing size
authormalaterre <malaterre>
Tue, 14 Jun 2005 16:12:40 +0000 (16:12 +0000)
committermalaterre <malaterre>
Tue, 14 Jun 2005 16:12:40 +0000 (16:12 +0000)
CMake/CTestCustom.ctest.in

index 097d026960f7867c3eb3e87f46188ca9ae86836e..2dd8eba4d4637b546b3139b9872b8975356a04d9 100644 (file)
@@ -1,7 +1,7 @@
 SET(CTEST_CUSTOM_WARNING_EXCEPTION
   ${CTEST_CUSTOM_WARNING_EXCEPTION}
   "comparison is always (true|false) due to limited range of data type"
-  "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 \\((__TEXT|__DATA|__LINKEDIT) segment \\(address = 0x[0-9]+ size = 0x[a-f0-9]+\\) of (.*) overlaps with (__LINKEDIT|__TEXT|__DATA) segment \\(address = 0x[0-9]+ size = 0x[a-f0-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"