From: Mathieu Malaterre Date: Tue, 25 Feb 2014 16:53:42 +0000 (+0000) Subject: [trunk] deprecationg warning issued by java compiler should be ignored X-Git-Tag: version.2.0.1~4^2~234 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c1023dac6125805e5ce092aefbc92fa6668dd99;p=openjpeg [trunk] deprecationg warning issued by java compiler should be ignored --- diff --git a/cmake/CTestCustom.cmake.in b/cmake/CTestCustom.cmake.in index cdde4a7e..e04ba593 100644 --- a/cmake/CTestCustom.cmake.in +++ b/cmake/CTestCustom.cmake.in @@ -27,6 +27,8 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION # Suppress warning caused by intentional messages about deprecation ".*warning,.* is deprecated" + # java also warns about deprecated API + "java.*deprecation" # supress warnings caused by 3rd party libs: ".*thirdparty.*" "libtiff.*has no symbols"