[trunk] regex would not be used to remove java deprecation warning from dashboard
This commit is contained in:
parent
c4317177f3
commit
36a7d23273
|
@ -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"
|
||||||
# java also warns about deprecated API
|
# java also warns about deprecated API
|
||||||
"java.*deprecation"
|
".*java.*deprecation"
|
||||||
# supress warnings caused by 3rd party libs:
|
# supress warnings caused by 3rd party libs:
|
||||||
".*thirdparty.*"
|
".*thirdparty.*"
|
||||||
"libtiff.*has no symbols"
|
"libtiff.*has no symbols"
|
||||||
|
|
Loading…
Reference in New Issue