summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-08-28 10:17:43 -0400
committerBrad King <brad.king@kitware.com>2017-08-30 10:22:12 -0400
commit32b55a5862f0fe1ea59d052eb83994d5089f06a0 (patch)
tree19f4b0478561f24ec3018e1f61860cfe2b90c9f8 /CTestCustom.cmake.in
parent81b2b08911dba0d11043913d2d2a0e8b980ddd66 (diff)
downloadcmake-32b55a5862f0fe1ea59d052eb83994d5089f06a0.tar.gz
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.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 04f9ee2e8d..0e4e9fe158 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"