CTestCustom: Suppress warning summary count from SunPro

If warnings appear we want to match and/or suppress them independently.
Always suppress the warning summary.
This commit is contained in:
Brad King 2017-08-28 10:17:43 -04:00
parent 81b2b08911
commit 32b55a5862

View File

@ -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"