diff options
author | Brad King <brad.king@kitware.com> | 2017-08-28 10:17:22 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-08-30 10:22:08 -0400 |
commit | 81b2b08911dba0d11043913d2d2a0e8b980ddd66 (patch) | |
tree | 7e5b503d20df03f2a9174285c84d767f33a5195b /CTestCustom.cmake.in | |
parent | fff28e30cd01a88b2e5f67db2aaf4c068f1bfc89 (diff) | |
download | cmake-81b2b08911dba0d11043913d2d2a0e8b980ddd66.tar.gz |
CTestCustom: Generalize comment on warning summary suppression
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index e005643b49..04f9ee2e8d 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -70,11 +70,10 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "cm(StringCommand|CTestTestHandler)\\.cxx.*warning.*srand.*seed choices are.*poor" # we do not do crypto "IPA warning: function.*multiply defined in" - # Ignore clang's summary warning, assuming prior text has matched some + # Ignore compiler summary warning, assuming prior text has matched some # other warning expression: - "[0-9,]+ warnings? generated." - # similarly for PGI - "compilation completed with warnings" + "[0-9,]+ warnings? generated." # Clang + "compilation completed with warnings" # PGI # scanbuild exceptions "char_traits.h:.*: warning: Null pointer argument in call to string length function" |