[Cmake-commits] CMake branch, next, updated. v3.2.1-1291-g1d001d0
Bill Hoffman
bill.hoffman at kitware.com
Mon Mar 30 16:10:36 EDT 2015
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 1d001d0d25b0445bb8a78e8b0f5671f201229a2c (commit)
via d9420364a2c38434ac5864c0ca209d9c32f904df (commit)
from bab6126b2210146bbe068bd245b9d84044d3200d (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1d001d0d25b0445bb8a78e8b0f5671f201229a2c
commit 1d001d0d25b0445bb8a78e8b0f5671f201229a2c
Merge: bab6126 d942036
Author: Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Mon Mar 30 16:10:36 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 30 16:10:36 2015 -0400
Merge topic 'clean-scanbuild-warnings' into next
d9420364 Move scanbuild exceptions out of dashboard script and into cmake.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d9420364a2c38434ac5864c0ca209d9c32f904df
commit d9420364a2c38434ac5864c0ca209d9c32f904df
Author: Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Mon Mar 30 16:08:54 2015 -0400
Commit: Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Mon Mar 30 16:08:54 2015 -0400
Move scanbuild exceptions out of dashboard script and into cmake.
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index f499be1..8c4d400 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -62,6 +62,18 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
# Ignore clang's summary warning, assuming prior text has matched some
# other warning expression:
"[0-9,]+ warnings? generated."
+
+# scanbuild exceptions
+ "char_traits.h:.*: warning: Null pointer argument in call to string length function"
+ "stl_construct.h:.*: warning: Forming reference to null pointer"
+ ".*stl_uninitialized.h:75:19: warning: Forming reference to null pointer.*"
+ ".*stl_vector.h:.*: warning: Returning null reference.*"
+ "warning: Value stored to 'yymsg' is never read"
+ "warning: Value stored to 'yytoken' is never read"
+ "index_encoder.c.241.2. warning: Value stored to .out_start. is never read"
+ "index.c.*warning: Access to field.*results in a dereference of a null pointer.*loaded from variable.*"
+ "cm_sha2.*warning: Value stored to.*is never read"
+ "testProcess.*warning: Dereference of null pointer .loaded from variable .invalidAddress.."
)
if(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
-----------------------------------------------------------------------
Summary of changes:
CTestCustom.cmake.in | 12 ++++++++++++
1 file changed, 12 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list