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  eec820547e8ec5d3a8f24d45c6d1a215bd96a85c (commit)
       via  676044f5216b8a12543fa63e82cdfb3d7ce70f94 (commit)
      from  477ed703a84bc6ea557137159d9f7afab5896d7a (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=eec820547e8ec5d3a8f24d45c6d1a215bd96a85c
commit eec820547e8ec5d3a8f24d45c6d1a215bd96a85c
Merge: 477ed70 676044f
Author:     Rolf Eike Beer <e...@sf-mail.de>
AuthorDate: Sun Apr 13 03:39:43 2014 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Sun Apr 13 03:39:43 2014 -0400

    Merge topic 'openbsd-warnings' into next
    
    676044f5 fix escaping


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=676044f5216b8a12543fa63e82cdfb3d7ce70f94
commit 676044f5216b8a12543fa63e82cdfb3d7ce70f94
Author:     Rolf Eike Beer <e...@sf-mail.de>
AuthorDate: Sun Apr 13 09:39:30 2014 +0200
Commit:     Rolf Eike Beer <e...@sf-mail.de>
CommitDate: Sun Apr 13 09:39:30 2014 +0200

    fix escaping

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 3f05ef0..65a317d 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -55,8 +55,8 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
   "warning.*This version of Mac OS X is unsupported"
   "clang.*: warning: argument unused during compilation: .-g"
   "note: in expansion of macro" # diagnostic context note
-  "cm(StringCommand|CTestTestHandler)\.cxx.*warning.*rand.*isn.*t random" # we 
do not do crypto
-  "cm(StringCommand|CTestTestHandler)\.cxx.*warning.*srand.*seed choices 
are.*poor" # we do not do crypto
+  "cm(StringCommand|CTestTestHandler)\\.cxx.*warning.*rand.*isn.*t random" # 
we do not do crypto
+  "cm(StringCommand|CTestTestHandler)\\.cxx.*warning.*srand.*seed choices 
are.*poor" # we do not do crypto
 
   # Ignore clang's summary warning, assuming prior text has matched some
   # other warning expression:

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

Summary of changes:
 CTestCustom.cmake.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to