X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMake%2FCTestCustom.ctest.in;h=3c8bb6140d54d9db6cef6ad750a19bf204f3f936;hb=544e9b239eea5ec46a1e637a58e9cbe86afdc08a;hp=a62a734ec6a431a5423ade820b2f4edb02f85354;hpb=e8b076d7b8c64510f9feca6d83946cbe782bfc52;p=gdcm.git diff --git a/CMake/CTestCustom.ctest.in b/CMake/CTestCustom.ctest.in index a62a734e..3c8bb614 100644 --- a/CMake/CTestCustom.ctest.in +++ b/CMake/CTestCustom.ctest.in @@ -1,6 +1,15 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION} - "comparison is always false due to limited range of data type" + "comparison is always (true|false) due to limited range of data type" + "ld: warning prebinding disabled because \\((__TEXT|__DATA|__LINKEDIT) segment \\(address = 0x[a-f0-9]+ size = 0x[a-f0-9]+\\) of (.*) overlaps with (__LINKEDIT|__TEXT|__DATA) segment \\(address = 0x[a-f0-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" + "warning: string length '[0-9]+' is greater than the length '509' ISO C89 compilers are required to support" + "/.../gdcm/src/gdcmopenjpeg/(.*)" + "\"/.../gdcm/src/gdcmjpeg/jccolor.c\", line 107: warning: integer overflow detected: op \"<<\"" + "Warning W8004.*gdcmjasper[\\]src[\\]libjasper.*" + "Warning W8004.*gdcmopenjpeg[\\]libopenjpeg.*" )