Browse Source

CTestCustom: Suppress warning summary count from SunPro

If warnings appear we want to match and/or suppress them independently.
Always suppress the warning summary.
Brad King 8 years ago
parent
commit
32b55a5862
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CTestCustom.cmake.in

+ 1 - 0
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"