COMP: Mask out shadowed declaration warnings that always follow already masked Utilities/cmtar warnings.
This commit is contained in:
parent
5c4208f50e
commit
f673294a36
|
@ -13,12 +13,13 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
|
|||
"stl_deque.h:479"
|
||||
"Utilities.cmzlib."
|
||||
"Source.CTest.Curl"
|
||||
"Utilities.cmcurl"
|
||||
"Utilities.cmtar"
|
||||
"Source.CursesDialog.form"
|
||||
"Utilities.cmcurl"
|
||||
"Utilities.cmexpat."
|
||||
"Utilities.cmtar"
|
||||
"/usr/include.*warning.*shadowed declaration is here"
|
||||
"/usr/bin/ld.*warning.*-..*directory.name.*bin.*does not exist"
|
||||
"Redeclaration of .send..... with a different storage class specifier"
|
||||
"Utilities.cmexpat."
|
||||
"is not used for resolving any symbol"
|
||||
"Clock skew detected"
|
||||
"remark\\(1209"
|
||||
|
|
Loading…
Reference in New Issue