Merge branch 'master' into travis-matrix
[openjpeg.git] / cmake / CTestCustom.cmake.in
index d92f5ec5716884a49f7362a5ed2066ce1fc6ebe6..70e045dab8065064a0593c61b2374809cdf1e173 100644 (file)
@@ -27,8 +27,11 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
 
   # Suppress warning caused by intentional messages about deprecation
   ".*warning,.* is deprecated"
-  # supress warnings caused by 3rd party libs:
-  ".*/thirdparty/.*"
+  # java also warns about deprecated API
+  ".*java.*deprecation"
+  ".*deprecation.*"
+  # suppress warnings caused by 3rd party libs:
+  ".*thirdparty.*"
   "libtiff.*has no symbols"
   "libpng.*has no symbols"
   )