Browse Source

CTestCustom: ignore expat having symbol-less objects too

pull/334/head
Ben Boeckel 5 years ago
parent
commit
d89d333070
  1. 1
      CTestCustom.cmake.in

1
CTestCustom.cmake.in

@ -11,6 +11,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
"warning: \\(Long double usage is reported only once for each file"
"warning: To disable this warning use"
"could not be inlined"
"libcmexpat.*has no symbols"
"libcmcurl.*has no symbols"
"not sorted slower link editing will result"
"stl_deque.h:479"

Loading…
Cancel
Save