Browse Source

Merge topic 'suppress-clang-warning'

f4f94f3 CTestCustom: Suppress clang warning on the dashboard
David Cole 14 years ago
parent
commit
a9f874d826
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CTestCustom.cmake.in

+ 1 - 0
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: