[trunk] deprecationg warning issued by java compiler should be ignored
This commit is contained in:
parent
563d238fa0
commit
4c1023dac6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue