From 4c1023dac6125805e5ce092aefbc92fa6668dd99 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Tue, 25 Feb 2014 16:53:42 +0000 Subject: [PATCH] [trunk] deprecationg warning issued by java compiler should be ignored --- cmake/CTestCustom.cmake.in | 2 ++ 1 file changed, 2 insertions(+) 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"