diff options
| author | julienmalik <julienmalik@users.noreply.github.com> | 2016-05-02 14:32:08 +0200 |
|---|---|---|
| committer | julienmalik <julienmalik@users.noreply.github.com> | 2016-05-02 14:32:08 +0200 |
| commit | da56086e012117edb278408e6062d1b890b53576 (patch) | |
| tree | a478cdfd620665706c4fedb69277d2cd79c13f12 | |
| parent | b51d088267cb88eb95555ea047755120e36c511b (diff) | |
| parent | 04b8cbd27aae2372b19598a38ba15e860952cae2 (diff) | |
Merge pull request #768 from julienmalik/filter_clang_warnings
Ignore clang's summary warning
| -rw-r--r-- | cmake/CTestCustom.cmake.in | 3 |
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 |
