diff options
author | Brad King <brad.king@kitware.com> | 2014-03-27 15:12:07 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-03-27 15:12:07 (GMT) |
commit | 0301e36fcd033f24b73a779adcc3f3b265793d85 (patch) | |
tree | a0d56aeeff199ebce3b937fde9886435f80ce2d7 | |
parent | c53e82093fbb541344f6d32640993fbb389c185a (diff) | |
parent | 536747552fa62a0faf2b529991dae8109703890f (diff) | |
download | CMake-0301e36fcd033f24b73a779adcc3f3b265793d85.zip CMake-0301e36fcd033f24b73a779adcc3f3b265793d85.tar.gz CMake-0301e36fcd033f24b73a779adcc3f3b265793d85.tar.bz2 |
Merge topic 'suppress-diagnostic-context-note-warnings'
53674755 CTestCustom: Suppress "note: in expansion of macro" diagnostic context
-rw-r--r-- | CTestCustom.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
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: |