From d89d333070a9d2275a1b502853b4e629e696809e Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 15 May 2020 11:54:52 -0400 Subject: CTestCustom: ignore expat having symbol-less objects too --- CTestCustom.cmake.in | 1 + 1 file changed, 1 insertion(+) (limited to 'CTestCustom.cmake.in') diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 5b78f2eee7..4c8267de8c 100644 --- a/CTestCustom.cmake.in +++ b/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" -- cgit v1.2.1