[Cmake-commits] CMake branch, next, updated. v2.8.7-3101-g8863f0c
David Cole
david.cole at kitware.com
Wed Mar 7 15:28:50 EST 2012
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 8863f0c43ea6a8ab592d569dd8bc6afa636d792f (commit)
via b926cff11071e1edf6be28551c8c6cfccd558a41 (commit)
from f46e7a2b986757443f97209c040f220e46391192 (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=8863f0c43ea6a8ab592d569dd8bc6afa636d792f
commit 8863f0c43ea6a8ab592d569dd8bc6afa636d792f
Merge: f46e7a2 b926cff
Author: David Cole <david.cole at kitware.com>
AuthorDate: Wed Mar 7 15:28:48 2012 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Mar 7 15:28:48 2012 -0500
Merge topic 'suppress-warnings' into next
b926cff Suppress warnings occurring on the dashboards using the PGI compiler.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b926cff11071e1edf6be28551c8c6cfccd558a41
commit b926cff11071e1edf6be28551c8c6cfccd558a41
Author: David Cole <david.cole at kitware.com>
AuthorDate: Wed Mar 7 15:06:42 2012 -0500
Commit: David Cole <david.cole at kitware.com>
CommitDate: Wed Mar 7 15:06:42 2012 -0500
Suppress warnings occurring on the dashboards using the PGI compiler.
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 9eee655..9829191 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -40,8 +40,9 @@ 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"
+ "PGC-W-0095-Type cast required for this conversion.*ProcessUNIX.c"
"[Qq]t([Cc]ore|[Gg]ui).*warning.*conversion.*may alter its value"
- "Parser.cxx.*warning.*2111-D.*statement is unreachable"
"warning:.*is.*very unsafe.*consider using.*"
"warning:.*is.*misused, please use.*"
"CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
-----------------------------------------------------------------------
Summary of changes:
CTestCustom.cmake.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list