Exclude new warnings that showed up with ctest launcher.
This commit is contained in:
parent
3917de0998
commit
7b4afe1cec
|
@ -24,6 +24,14 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
|
|||
"is not used for resolving any symbol"
|
||||
"Clock skew detected"
|
||||
"remark\\(1209"
|
||||
"LINK : warning LNK4089: all references to.*ADVAPI32.dll.*discarded by /OPT:REF"
|
||||
"LINK : warning LNK4089: all references to.*USER32.dll.*discarded by /OPT:REF"
|
||||
"Warning: LINN32: Last line 3538 (DD2h) is less than first line 3538 (DD2h) for symbol .*cmsys::System.*"
|
||||
"Warning: library was too large for page size, rebuilt with page size 1024"
|
||||
"Warning: library was too large for page size, rebuilt with page size 4096"
|
||||
"Warning: LINN32: Last line 3538 (DD2h) is less than first line 3538 (DD2h) for symbol.*cmsys::System.*"
|
||||
"Warning: public.*_archive_read_open_file.*in module.*archive_read_open_filename.c.*clashes with prior module.*archive_read_open_file.c.*"
|
||||
"Warning: public.*BZ2_bzread.*in module.*bzlib.*clashes with prior module.*bzlib.*"
|
||||
"stl_deque.h:1051"
|
||||
"(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)"
|
||||
"[Qq]t([Cc]ore|[Gg]ui).*warning.*conversion.*may alter its value"
|
||||
|
|
Loading…
Reference in New Issue