mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
17 lines
483 B
CMake
17 lines
483 B
CMake
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"
|
|
"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
|
|
${CTEST_CUSTOM_MEMCHECK_IGNORE}
|
|
)
|