From: Mathieu Malaterre Date: Mon, 10 Mar 2014 14:51:59 +0000 (+0000) Subject: [trunk] Remove old warnings about deprecated API X-Git-Tag: version.2.0.1~4^2~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9095c7361e56ccdce2b493deb4f7b421c5c6de12;p=openjpeg [trunk] Remove old warnings about deprecated API --- diff --git a/cmake/CTestCustom.cmake.in b/cmake/CTestCustom.cmake.in index a19c2913..a8cb57ae 100644 --- a/cmake/CTestCustom.cmake.in +++ b/cmake/CTestCustom.cmake.in @@ -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"