X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cmake%2FCTestCustom.cmake.in;h=a8cb57ae960ef588eb64f93b0bf9db2c2bdb95d7;hb=c423cc84e7be79051a7f9631fa26aa7d072361f2;hp=d92f5ec5716884a49f7362a5ed2066ce1fc6ebe6;hpb=d518970039a19a2a9b6d2bdd592cc88a43897bbb;p=openjpeg.git diff --git a/cmake/CTestCustom.cmake.in b/cmake/CTestCustom.cmake.in index d92f5ec5..a8cb57ae 100644 --- a/cmake/CTestCustom.cmake.in +++ b/cmake/CTestCustom.cmake.in @@ -27,8 +27,11 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION # Suppress warning caused by intentional messages about deprecation ".*warning,.* is deprecated" + # java also warns about deprecated API + ".*java.*deprecation" + ".*deprecation.*" # supress warnings caused by 3rd party libs: - ".*/thirdparty/.*" + ".*thirdparty.*" "libtiff.*has no symbols" "libpng.*has no symbols" )