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 951d17d1883a8853d5054dc7bb4771e1006a78eb (commit) via 52b95d8893fb288a4a787d668b8456c12e887d5c (commit) from 6b56c21dc954629c65f4586dda1fc0578c7061d2 (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=951d17d1883a8853d5054dc7bb4771e1006a78eb commit 951d17d1883a8853d5054dc7bb4771e1006a78eb Merge: 6b56c21 52b95d8 Author: Brad King <brad.k...@kitware.com> AuthorDate: Thu Sep 8 09:44:13 2016 -0400 Commit: CMake Topic Stage <kwro...@kitware.com> CommitDate: Thu Sep 8 09:44:13 2016 -0400 Merge topic 'fortran-scanbuild-fixes' into next 52b95d88 CTestCustom: Suppress scan-build warnings in flex-generated lexer https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=52b95d8893fb288a4a787d668b8456c12e887d5c commit 52b95d8893fb288a4a787d668b8456c12e887d5c Author: Brad King <brad.k...@kitware.com> AuthorDate: Thu Sep 8 09:43:33 2016 -0400 Commit: Brad King <brad.k...@kitware.com> CommitDate: Thu Sep 8 09:43:33 2016 -0400 CTestCustom: Suppress scan-build warnings in flex-generated lexer diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 1699492..8489178 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -81,6 +81,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "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" + "cmFortranLexer.cxx:[0-9]+:[0-9]+: warning: Call to 'realloc' has an allocation size of 0 bytes" "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" ----------------------------------------------------------------------- Summary of changes: CTestCustom.cmake.in | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- CMake _______________________________________________ Cmake-commits mailing list Cmake-commits@cmake.org http://public.kitware.com/mailman/listinfo/cmake-commits