diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-02-25 16:53:42 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-02-25 16:53:42 +0000 |
| commit | 4c1023dac6125805e5ce092aefbc92fa6668dd99 (patch) | |
| tree | 99a9884a50fabdb3d7684d0fc05643dc67c028c4 /cmake | |
| parent | 563d238fa0f22c62c675a78f52429aad7ac4bbe3 (diff) | |
[trunk] deprecationg warning issued by java compiler should be ignored
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/CTestCustom.cmake.in | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
