summaryrefslogtreecommitdiffstats
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-06-07 14:46:20 (GMT)
committerBrad King <brad.king@kitware.com>2017-06-07 14:46:20 (GMT)
commit488ffbef4f63a49d1a2a9c30eaaa7956df809ddd (patch)
tree502ac9899f551cefd5c0cab3dc6f1b565d0b9966 /CTestCustom.cmake.in
parent5b1d0aeffe337e8109d267d88f7533807fb76c31 (diff)
downloadCMake-488ffbef4f63a49d1a2a9c30eaaa7956df809ddd.zip
CMake-488ffbef4f63a49d1a2a9c30eaaa7956df809ddd.tar.gz
CMake-488ffbef4f63a49d1a2a9c30eaaa7956df809ddd.tar.bz2
CTestCustom: Suppress warning matched on source file name
The `WarningMessagesDialog.cxx` source file name is displayed by MSVC in the compiler output, and the CTest launcher matches the name as a warning line starting in "Warning". Suppress this false positive with a custom exception.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index fa2fbe3..6a37275 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -44,6 +44,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
"Warning: LINN32: Last line.*is less.*"
"Warning: Olimit was exceeded on function.*"
"Warning: To override Olimit for all functions in file.*"
+ "WarningMessagesDialog\\.cxx"
"warning.*directory name.*CMake-Xcode.*/bin/.*does not exist.*"
"stl_deque.h:1051"
"(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)"