From 56f5aa58f34f6a25a97b32ed334c0156fb67c358 Mon Sep 17 00:00:00 2001 From: malaterre Date: Sun, 12 Jun 2005 15:55:33 +0000 Subject: [PATCH] ENH: Remove some more warnings on XCode --- CMake/CTestCustom.ctest.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMake/CTestCustom.ctest.in b/CMake/CTestCustom.ctest.in index 47923db2..42c3db5d 100644 --- a/CMake/CTestCustom.ctest.in +++ b/CMake/CTestCustom.ctest.in @@ -1,8 +1,8 @@ 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 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" + "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" ) -- 2.45.1