]> Creatis software - gdcm.git/blob - CMake/CTestCustom.ctest.in
Fix mistypings
[gdcm.git] / CMake / CTestCustom.ctest.in
1 SET(CTEST_CUSTOM_WARNING_EXCEPTION
2   ${CTEST_CUSTOM_WARNING_EXCEPTION}
3   "comparison is always (true|false) due to limited range of data type"
4   "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 (.*)"
5   "ld: warning prebinding disabled because dependent library: (.*).dylib is not prebound"
6   "gdcmjasper/(.*) warning: statement not reached"
7   "warning: string length `[0-9]+' is greater than the length `509' ISO C89 compilers are required to support"
8   "warning: string length '[0-9]+' is greater than the length '509' ISO C89 compilers are required to support"
9   "/.../gdcm/src/gdcmopenjpeg/(.*)"
10   "\"/.../gdcm/src/gdcmjpeg/jccolor.c\", line 107: warning: integer overflow detected: op \"<<\""
11   "Warning W8004.*gdcmjasper[\\]src[\\]libjasper.*"
12   "Warning W8004.*gdcmopenjpeg[\\]libopenjpeg.*"
13   )
14
15
16 SET(CTEST_CUSTOM_MEMCHECK_IGNORE
17   ${CTEST_CUSTOM_MEMCHECK_IGNORE}
18   dcmdump
19   ReWrite
20   dcmdump-x-rgb-MR_Philips_Intera_SwitchIndianess_noLgtSQItem_in_trueLgtSeq.dcm
21   )