diff options
author | David Cole <david.cole@kitware.com> | 2012-02-21 20:55:01 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-02-21 20:55:01 (GMT) |
commit | a9f874d826307baca5b4a153b5eed1cfdd485a91 (patch) | |
tree | 086ded1a6d314f8b2166a13f22247c2ef7c9e4a3 /CTestCustom.cmake.in | |
parent | 7bcd2829812c651e009c55660f0c14ee73896746 (diff) | |
parent | f4f94f3b7f89f069725668c38d15ffe7526bfe45 (diff) | |
download | CMake-a9f874d826307baca5b4a153b5eed1cfdd485a91.zip CMake-a9f874d826307baca5b4a153b5eed1cfdd485a91.tar.gz CMake-a9f874d826307baca5b4a153b5eed1cfdd485a91.tar.bz2 |
Merge topic 'suppress-clang-warning'
f4f94f3 CTestCustom: Suppress clang warning on the dashboard
Diffstat (limited to 'CTestCustom.cmake.in')
-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 286b3c9..9eee655 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -48,6 +48,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast "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" # Ignore clang's summary warning, assuming prior text has matched some # other warning expression: |