[Cmake-commits] CMake branch, next, updated. v3.6.1-1712-gc9121b6
Brad King
brad.king at kitware.com
Fri Sep 2 08:41:23 EDT 2016
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, next has been updated
via c9121b67058dbb5bc2a4d57b8546e5b058d43871 (commit)
via 78e78d1c87dfc70be70d58a6ba2ec949df01ef6a (commit)
from 00e4052d40f668ea99b8dad204135ce2095483a1 (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=c9121b67058dbb5bc2a4d57b8546e5b058d43871
commit c9121b67058dbb5bc2a4d57b8546e5b058d43871
Merge: 00e4052 78e78d1
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Sep 2 08:41:23 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Sep 2 08:41:23 2016 -0400
Merge topic 'libuv-scanbuild-fixes' into next
78e78d1c fixup! CTestCustom: Suppress scan-build warning in libuv
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=78e78d1c87dfc70be70d58a6ba2ec949df01ef6a
commit 78e78d1c87dfc70be70d58a6ba2ec949df01ef6a
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Sep 2 08:41:02 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Sep 2 08:41:02 2016 -0400
fixup! CTestCustom: Suppress scan-build warning in libuv
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 4a540d2..1699492 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -62,6 +62,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
"warning.*This version of Mac OS X is unsupported"
"clang.*: warning: argument unused during compilation: .-g"
"note: in expansion of macro" # diagnostic context note
+ "note: expanded from macro" # diagnostic context note
"cm(StringCommand|CTestTestHandler)\\.cxx.*warning.*rand.*may return deterministic values"
"cm(StringCommand|CTestTestHandler)\\.cxx.*warning.*rand.*isn.*t random" # we do not do crypto
"cm(StringCommand|CTestTestHandler)\\.cxx.*warning.*srand.*seed choices are.*poor" # we do not do crypto
@@ -83,6 +84,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
"testProcess.*warning: Dereference of null pointer .loaded from variable .invalidAddress.."
"liblzma/simple/x86.c:[0-9]+:[0-9]+: warning: The result of the '<<' expression is undefined"
"libuv/src/.*:[0-9]+:[0-9]+: warning: Dereference of null pointer"
+ "libuv/src/.*:[0-9]+:[0-9]+: warning: The left operand of '==' is a garbage value"
)
if(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
-----------------------------------------------------------------------
Summary of changes:
CTestCustom.cmake.in | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list