[trunk] deprecationg warning issued by java compiler should be ignored
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Tue, 25 Feb 2014 16:53:42 +0000 (16:53 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Tue, 25 Feb 2014 16:53:42 +0000 (16:53 +0000)
cmake/CTestCustom.cmake.in

index cdde4a7ec5b174f97e08a67ee10d896447fbb1c9..e04ba593596fc54f5d22a0375927df5b89564413 100644 (file)
@@ -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"