CTestCustom: Suppress exception loosening warning

This commit is contained in:
Daniel Pfeifer
2017-08-26 20:38:07 +02:00
parent 7f29bbe6f2
commit 27d87fbd04

View File

@@ -44,6 +44,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
"Warning: LINN32: Last line.*is less.*" "Warning: LINN32: Last line.*is less.*"
"Warning: Olimit was exceeded on function.*" "Warning: Olimit was exceeded on function.*"
"Warning: To override Olimit for all functions in file.*" "Warning: To override Olimit for all functions in file.*"
"Warning: Function .* can throw only the exceptions thrown by the function .* it overrides\\."
"WarningMessagesDialog\\.cxx" "WarningMessagesDialog\\.cxx"
"warning.*directory name.*CMake-Xcode.*/bin/.*does not exist.*" "warning.*directory name.*CMake-Xcode.*/bin/.*does not exist.*"
"stl_deque.h:1051" "stl_deque.h:1051"