mirror of
https://github.com/reactos/CMake.git
synced 2025-01-21 02:45:05 +00:00
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:
parent
81b2b08911
commit
32b55a5862
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user