[trunk] deprecationg warning issued by java compiler should be ignored

This commit is contained in:
Mathieu Malaterre 2014-02-25 16:53:42 +00:00
parent 563d238fa0
commit 4c1023dac6
1 changed files with 2 additions and 0 deletions

View File

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