summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2014-03-10 14:51:59 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2014-03-10 14:51:59 +0000
commit9095c7361e56ccdce2b493deb4f7b421c5c6de12 (patch)
treec511efd2b8c20d7c15bd8369f891b8e20844e8d8 /cmake
parentc02c1432e89cca24f20f04266c332a94741a4520 (diff)
[trunk] Remove old warnings about deprecated API
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CTestCustom.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/CTestCustom.cmake.in b/cmake/CTestCustom.cmake.in
index a19c2913..a8cb57ae 100644
--- a/cmake/CTestCustom.cmake.in
+++ b/cmake/CTestCustom.cmake.in
@@ -29,6 +29,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
".*warning,.* is deprecated"
# java also warns about deprecated API
".*java.*deprecation"
+ ".*deprecation.*"
# supress warnings caused by 3rd party libs:
".*thirdparty.*"
"libtiff.*has no symbols"