[Cmake-commits] CMake branch, master, updated. e740887d3a19e23d279cfc5c98e7f39a7a79f1e6

cmake-commits at cmake.org cmake-commits at cmake.org
Thu May 13 11:29:38 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  e740887d3a19e23d279cfc5c98e7f39a7a79f1e6 (commit)
      from  893e22e818398e7ba4fb1f6c95682d1fe4e54067 (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=e740887d3a19e23d279cfc5c98e7f39a7a79f1e6
commit e740887d3a19e23d279cfc5c98e7f39a7a79f1e6
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date:   Thu May 13 11:27:16 2010 -0400

    Ignore OpenBSD warnings for use of strcpy, etc.

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 59ba4c6..5eeca3c 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -36,6 +36,7 @@ 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.*"
   "CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
   )
 

-----------------------------------------------------------------------

Summary of changes:
 CTestCustom.cmake.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list