We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d008f7e commit 7c92ca1Copy full SHA for 7c92ca1
1 file changed
ctest-custom.cmake
@@ -25,6 +25,9 @@ set(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE "131072")
25
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS 999)
26
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 999)
27
28
+# Ignore this warning generated during static analysis
29
+list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "linker input file unused because linking not done")
30
+
31
# azonenberg's dev box for testing
32
if(${HOSTNAME} STREQUAL "havequick" )
33
set(CTEST_SITE dev-havequick)
0 commit comments