CTestCustom: Suppress "note: in expansion of macro" diagnostic context

Such notes only appear with other diagnostics and should not be
considered a warning on their own.
This commit is contained in:
Brad King 2014-03-26 14:00:16 -04:00
parent 63c6325487
commit 536747552f
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
"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"
"note: in expansion of macro" # diagnostic context note
# Ignore clang's summary warning, assuming prior text has matched some
# other warning expression: