mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
Adjust regex for warnings
This commit is contained in:
parent
341600b4a6
commit
4077d99645
@ -2,14 +2,14 @@ set (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 3000)
|
||||
|
||||
set (CTEST_CUSTOM_WARNING_EXCEPTION
|
||||
${CTEST_CUSTOM_WARNING_EXCEPTION}
|
||||
"note.*expected.*void.*but argument is of type.*volatile"
|
||||
"SZIP.src.*:[ \t]*warning"
|
||||
"ZLIB.src.*:[ \t]*warning"
|
||||
"jpeg.src.*:[ \t]*warning"
|
||||
"POSIX name for this item is deprecated"
|
||||
"disabling jobserver mode"
|
||||
"warning.*implicit declaration of function"
|
||||
"note: expanded from macro"
|
||||
".*note.*expected.*void.*but argument is of type.*volatile.*"
|
||||
".*src.SZIP.*:[ \t]*warning.*"
|
||||
".*src.ZLIB.*:[ \t]*warning.*"
|
||||
".*jpeg.src.*:[ \t]*warning.*"
|
||||
".*POSIX name for this item is deprecated.*"
|
||||
".*disabling jobserver mode.*"
|
||||
".*warning.*implicit declaration of function.*"
|
||||
".*note: expanded from macro.*"
|
||||
)
|
||||
|
||||
set (CTEST_CUSTOM_MEMCHECK_IGNORE
|
||||
|
Loading…
Reference in New Issue
Block a user