blob: 53f4fcc159bef0022a31e60f48e3d2ddbd2bd41e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SET(CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION}
"xtree.[0-9]+. : warning C4702: unreachable code"
"warning LNK4221"
"variable .var_args[2]*. is used before its value is set"
"jobserver unavailable"
"warning: \\(Long double usage is reported only once for each file"
"warning: To disable this warning use"
"could not be inlined"
"libCurl.*has no symbols"
)
|