[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"
|
".*warning,.* is deprecated"
|
||||||
# java also warns about deprecated API
|
# java also warns about deprecated API
|
||||||
".*java.*deprecation"
|
".*java.*deprecation"
|
||||||
|
".*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