summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-02-21 15:55:01 -0500
committerCMake Topic Stage <kwrobot@kitware.com>2012-02-21 15:55:01 -0500
commita9f874d826307baca5b4a153b5eed1cfdd485a91 (patch)
tree086ded1a6d314f8b2166a13f22247c2ef7c9e4a3 /CTestCustom.cmake.in
parent7bcd2829812c651e009c55660f0c14ee73896746 (diff)
parentf4f94f3b7f89f069725668c38d15ffe7526bfe45 (diff)
downloadcmake-a9f874d826307baca5b4a153b5eed1cfdd485a91.tar.gz
Merge topic 'suppress-clang-warning'
f4f94f3 CTestCustom: Suppress clang warning on the dashboard
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 286b3c9a9c..9eee65588b 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: