diff options
author | Brad King <brad.king@kitware.com> | 2017-08-28 14:17:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-08-30 14:22:12 (GMT) |
commit | 32b55a5862f0fe1ea59d052eb83994d5089f06a0 (patch) | |
tree | 19f4b0478561f24ec3018e1f61860cfe2b90c9f8 /CTestCustom.cmake.in | |
parent | 81b2b08911dba0d11043913d2d2a0e8b980ddd66 (diff) | |
download | CMake-32b55a5862f0fe1ea59d052eb83994d5089f06a0.zip CMake-32b55a5862f0fe1ea59d052eb83994d5089f06a0.tar.gz CMake-32b55a5862f0fe1ea59d052eb83994d5089f06a0.tar.bz2 |
CTestCustom: Suppress warning summary count from SunPro
If warnings appear we want to match and/or suppress them independently.
Always suppress the warning summary.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 04f9ee2..0e4e9fe 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -74,6 +74,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION # other warning expression: "[0-9,]+ warnings? generated." # Clang "compilation completed with warnings" # PGI + "[0-9]+ Warning\\(s\\) detected" # SunPro # scanbuild exceptions "char_traits.h:.*: warning: Null pointer argument in call to string length function" |