[trunk] Remove old warnings about deprecated API
This commit is contained in:
parent
c02c1432e8
commit
9095c7361e
|
@ -29,6 +29,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
|
|||
".*warning,.* is deprecated"
|
||||
# java also warns about deprecated API
|
||||
".*java.*deprecation"
|
||||
".*deprecation.*"
|
||||
# supress warnings caused by 3rd party libs:
|
||||
".*thirdparty.*"
|
||||
"libtiff.*has no symbols"
|
||||
|
|
Loading…
Reference in New Issue