CTestCustom.ctest.in 466 B

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