[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-1476-g23b6ed7

Brad King brad.king at kitware.com
Wed Mar 26 14:05:16 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  23b6ed7bb50f5d71cbbd1520f724625e63695ada (commit)
       via  536747552fa62a0faf2b529991dae8109703890f (commit)
      from  8da299203520e1ef09a7943b8c995ecb37f75522 (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=23b6ed7bb50f5d71cbbd1520f724625e63695ada
commit 23b6ed7bb50f5d71cbbd1520f724625e63695ada
Merge: 8da2992 5367475
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Mar 26 14:05:15 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Mar 26 14:05:15 2014 -0400

    Merge topic 'suppress-diagnostic-context-note-warnings' into next
    
    53674755 CTestCustom: Suppress "note: in expansion of macro" diagnostic context


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=536747552fa62a0faf2b529991dae8109703890f
commit 536747552fa62a0faf2b529991dae8109703890f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Mar 26 14:00:16 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Mar 26 14:00:16 2014 -0400

    CTestCustom: Suppress "note: in expansion of macro" diagnostic context
    
    Such notes only appear with other diagnostics and should not be
    considered a warning on their own.

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index b0f86ec..6010b64 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -54,6 +54,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
   "ld: warning: directory not found for option .-(F|L)"
   "warning.*This version of Mac OS X is unsupported"
   "clang.*: warning: argument unused during compilation: .-g"
+  "note: in expansion of macro" # diagnostic context note
 
   # Ignore clang's summary warning, assuming prior text has matched some
   # other warning expression:

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

Summary of changes:
 CTestCustom.cmake.in |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list