diff options
author | David Cole <david.cole@kitware.com> | 2012-02-16 21:03:27 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2012-02-16 21:03:27 (GMT) |
commit | f4f94f3b7f89f069725668c38d15ffe7526bfe45 (patch) | |
tree | db4728f2f89c6b0b4539be1dea7e63b869733385 /CTestCustom.cmake.in | |
parent | e2042b68d36e0881bfc00f926a275dda3d6cbc9d (diff) | |
download | CMake-f4f94f3b7f89f069725668c38d15ffe7526bfe45.zip CMake-f4f94f3b7f89f069725668c38d15ffe7526bfe45.tar.gz CMake-f4f94f3b7f89f069725668c38d15ffe7526bfe45.tar.bz2 |
CTestCustom: Suppress clang warning on the dashboard
"argument unused during compilation" -- well, thanks, but ...
If somebody has a fix to eliminate this warning entirely, rather
than simply suppressing it from our dashboard results, I'm all
ears.
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 1a46688..c36cee4 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -44,6 +44,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: |