[1.5] Do not report warning on third party lib
This commit is contained in:
parent
ced9a50367
commit
4e672cc1e9
|
@ -28,7 +28,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
|
||||||
# Suppress warning caused by intentional messages about deprecation
|
# Suppress warning caused by intentional messages about deprecation
|
||||||
".*warning,.* is deprecated"
|
".*warning,.* is deprecated"
|
||||||
# supress warnings caused by 3rd party libs:
|
# supress warnings caused by 3rd party libs:
|
||||||
".*/thirdparty/.*"
|
".*thirdparty.*"
|
||||||
"libtiff.*has no symbols"
|
"libtiff.*has no symbols"
|
||||||
"libpng.*has no symbols"
|
"libpng.*has no symbols"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue