From 32b55a5862f0fe1ea59d052eb83994d5089f06a0 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 28 Aug 2017 10:17:43 -0400 Subject: CTestCustom: Suppress warning summary count from SunPro If warnings appear we want to match and/or suppress them independently. Always suppress the warning summary. --- CTestCustom.cmake.in | 1 + 1 file changed, 1 insertion(+) (limited to 'CTestCustom.cmake.in') 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" -- cgit v1.2.1