[trunk] regex would not be used to remove java deprecation warning from dashboard

This commit is contained in:
Mathieu Malaterre 2014-02-26 09:47:53 +00:00
parent c4317177f3
commit 36a7d23273
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
# Suppress warning caused by intentional messages about deprecation
".*warning,.* is deprecated"
# java also warns about deprecated API
"java.*deprecation"
".*java.*deprecation"
# supress warnings caused by 3rd party libs:
".*thirdparty.*"
"libtiff.*has no symbols"