diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-08-26 18:38:07 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-08-26 18:38:07 (GMT) |
commit | 27d87fbd04839e868ae7ef3c27ddfcb9379e80a0 (patch) | |
tree | 091a65c792145d25aa1384298a6fb2fb3efdbaea /CTestCustom.cmake.in | |
parent | 7f29bbe6f25211165fc188d3a823ecf3bc831f8d (diff) | |
download | CMake-27d87fbd04839e868ae7ef3c27ddfcb9379e80a0.zip CMake-27d87fbd04839e868ae7ef3c27ddfcb9379e80a0.tar.gz CMake-27d87fbd04839e868ae7ef3c27ddfcb9379e80a0.tar.bz2 |
CTestCustom: Suppress exception loosening warning
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 6a37275..e005643 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.*" + "Warning: Function .* can throw only the exceptions thrown by the function .* it overrides\\." "WarningMessagesDialog\\.cxx" "warning.*directory name.*CMake-Xcode.*/bin/.*does not exist.*" "stl_deque.h:1051" |