[Cmake-commits] CMake branch, master, updated. v3.9.0-rc2-18-g2a83bff
Kitware Robot
kwrobot at kitware.com
Thu Jun 8 09:05:03 EDT 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via 2a83bffdb9c845545eb8f533a19b32688cfc48b8 (commit)
via 488ffbef4f63a49d1a2a9c30eaaa7956df809ddd (commit)
from bf06d72f398cd4a8da2a3ae39ff9421209bd6964 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2a83bffdb9c845545eb8f533a19b32688cfc48b8
commit 2a83bffdb9c845545eb8f533a19b32688cfc48b8
Merge: bf06d72 488ffbe
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 8 12:55:11 2017 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Thu Jun 8 08:56:03 2017 -0400
Merge topic 'suppress-false-positive-warning'
488ffbef CTestCustom: Suppress warning matched on source file name
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !934
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=488ffbef4f63a49d1a2a9c30eaaa7956df809ddd
commit 488ffbef4f63a49d1a2a9c30eaaa7956df809ddd
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Jun 7 10:46:20 2017 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Jun 7 10:46:20 2017 -0400
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.
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)"
-----------------------------------------------------------------------
Summary of changes:
CTestCustom.cmake.in | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list