Remove some warnings when building
[openjpeg.git] / cmake / CTestCustom.cmake.in
index d92f5ec5716884a49f7362a5ed2066ce1fc6ebe6..a8cb57ae960ef588eb64f93b0bf9db2c2bdb95d7 100644 (file)
@@ -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"
   )