[Cmake-commits] CMake branch, master, updated. 8dd99db6865fafb737ff2d84bcca3713f0f49b66
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri May 14 16:30:30 EDT 2010
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, master has been updated
via 8dd99db6865fafb737ff2d84bcca3713f0f49b66 (commit)
from c8c7b22323d8afe9d113a6e1783111057abbeedd (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=8dd99db6865fafb737ff2d84bcca3713f0f49b66
commit 8dd99db6865fafb737ff2d84bcca3713f0f49b66
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date: Fri May 14 16:28:22 2010 -0400
Add more ignore stuff for OpenBSD
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 5eeca3c..6174002 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -36,7 +36,8 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)"
"[Qq]t([Cc]ore|[Gg]ui).*warning.*conversion.*may alter its value"
"Parser.cxx.*warning.*2111-D.*statement is unreachable"
- "warning:.*is often misused, please use.*"
+ "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