20 lines
435 B
Plaintext
Executable File
20 lines
435 B
Plaintext
Executable File
SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 1500)
|
|
|
|
SET (CTEST_CUSTOM_WARNING_EXCEPTION
|
|
${CTEST_CUSTOM_WARNING_EXCEPTION}
|
|
"H5detect.c.[0-9]+.[ ]*: warning C4090:"
|
|
"testhdf5.h.[0-9]+.[ ]*: warning C4005:"
|
|
"POSIX name for this item is deprecated"
|
|
"disabling jobserver mode"
|
|
)
|
|
|
|
SET (CTEST_CUSTOM_MEMCHECK_IGNORE
|
|
${CTEST_CUSTOM_MEMCHECK_IGNORE}
|
|
H5DUMP
|
|
H5DIFF
|
|
H5REPACK
|
|
H5STAT
|
|
H5COPY
|
|
H5LS
|
|
)
|