summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulienmalik <julienmalik@users.noreply.github.com>2016-05-02 14:32:08 +0200
committerjulienmalik <julienmalik@users.noreply.github.com>2016-05-02 14:32:08 +0200
commitda56086e012117edb278408e6062d1b890b53576 (patch)
treea478cdfd620665706c4fedb69277d2cd79c13f12
parentb51d088267cb88eb95555ea047755120e36c511b (diff)
parent04b8cbd27aae2372b19598a38ba15e860952cae2 (diff)
Merge pull request #768 from julienmalik/filter_clang_warnings
Ignore clang's summary warning
-rw-r--r--cmake/CTestCustom.cmake.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/CTestCustom.cmake.in b/cmake/CTestCustom.cmake.in
index 70e045da..5afda93c 100644
--- a/cmake/CTestCustom.cmake.in
+++ b/cmake/CTestCustom.cmake.in
@@ -25,6 +25,9 @@ set(CTEST_CUSTOM_COVERAGE_EXCLUDE
set(CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION}
+ # Ignore clang's summary warning, assuming prior text has matched some
+ # other warning expression:
+ "[0-9,]+ warnings? generated."
# Suppress warning caused by intentional messages about deprecation
".*warning,.* is deprecated"
# java also warns about deprecated API