Mask out warnings on ferrari dashboard.
This commit is contained in:
parent
6f9bb934d4
commit
0033245e2f
|
@ -39,6 +39,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
|
|||
"warning:.*is.*very unsafe.*consider using.*"
|
||||
"warning:.*is.*misused, please use.*"
|
||||
"CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
|
||||
"cc-3968 CC: WARNING File.*/usr/include/CC/fstream"
|
||||
)
|
||||
|
||||
IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
|
||||
|
|
Loading…
Reference in New Issue