[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-1703-ge0c552e
Brad King
brad.king at kitware.com
Tue Apr 1 08:58:39 EDT 2014
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 e0c552ed154cbd8bf68b7b24ece6b52213f4f368 (commit)
via 065166cf76676dfc3408a2c315ab380271142b86 (commit)
via e3e1ba3f781c621835dc5e46783fecb6ccaad127 (commit)
from f25cf48160f7db3c42e672483e90ae5f0f19f1ba (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=e0c552ed154cbd8bf68b7b24ece6b52213f4f368
commit e0c552ed154cbd8bf68b7b24ece6b52213f4f368
Merge: f25cf48 065166c
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Apr 1 08:58:38 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Apr 1 08:58:38 2014 -0400
Merge topic 'suppress-lexer-warnings' into next
065166cf CTestCustom: Suppress Clang "will never be executed" warnings in lexers
e3e1ba3f CMake Nightly Date Stamp
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=065166cf76676dfc3408a2c315ab380271142b86
commit 065166cf76676dfc3408a2c315ab380271142b86
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Apr 1 08:58:23 2014 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Apr 1 08:58:23 2014 -0400
CTestCustom: Suppress Clang "will never be executed" warnings in lexers
Clang -Wunreachable-code-return warns on some generated lexer code.
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 6010b64..2407da6 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -44,7 +44,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
"warning.*directory name.*CMake-Xcode.*/bin/.*does not exist.*"
"stl_deque.h:1051"
"(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)"
- "(Lexer|Parser).*warning.*statement is unreachable"
+ "(Lexer|Parser).*warning.*(statement is unreachable|will never be executed)"
"PGC-W-0095-Type cast required for this conversion.*ProcessUNIX.c"
"[Qq]t([Cc]ore|[Gg]ui).*warning.*conversion.*may alter its value"
"warning:.*is.*very unsafe.*consider using.*"
-----------------------------------------------------------------------
Summary of changes:
CTestCustom.cmake.in | 2 +-
Source/CMakeVersion.cmake | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list