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.
This commit is contained in:
parent
e2042b68d3
commit
f4f94f3b7f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue