diff options
author | Brad King <brad.king@kitware.com> | 2014-03-26 18:00:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-03-26 18:00:16 (GMT) |
commit | 536747552fa62a0faf2b529991dae8109703890f (patch) | |
tree | 484c233be781b80deb3871d72944e6e824c19534 | |
parent | 63c6325487b860016dec26beac2de8ed22ba16c2 (diff) | |
download | CMake-536747552fa62a0faf2b529991dae8109703890f.zip CMake-536747552fa62a0faf2b529991dae8109703890f.tar.gz CMake-536747552fa62a0faf2b529991dae8109703890f.tar.bz2 |
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.
-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: |