summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-11-05 21:28:29 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-11-05 21:28:29 (GMT)
commit3841249157c5c825a5b8455328b0f694740d73e1 (patch)
treed6536ac235b3378268814c3c1838fad48f7ae61e /config
parent015dbb42dfe3fdf4a3d6dd718bd34c6a0e37c0d4 (diff)
downloadhdf5-3841249157c5c825a5b8455328b0f694740d73e1.zip
hdf5-3841249157c5c825a5b8455328b0f694740d73e1.tar.gz
hdf5-3841249157c5c825a5b8455328b0f694740d73e1.tar.bz2
[svn-r19737] Added another version of H5detect warning to ignore list
Added H5convert warning to ignore list Added flush1 to list of memcheck ignore - design precludes valgrind correctness
Diffstat (limited to 'config')
-rwxr-xr-xconfig/cmake/CTestCustom.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake
index ecb89ed..6d31051 100755
--- a/config/cmake/CTestCustom.cmake
+++ b/config/cmake/CTestCustom.cmake
@@ -3,6 +3,8 @@ SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 1500)
SET (CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION}
"H5detect.c.[0-9]+.[ \t]*:[ \t]*warning C4090"
+ "H5detect.c.[0-9]+.[ \t]*:[ \t]*warning:[ \t]*passing argument"
+ "H5Tconv.c[0-9]+.[ \t]*:[ \t]*warning:[ \t]*comparison is always false due to limited range of data type"
"testhdf5.h.[0-9]+.[ \t]*:[ \t]*warning C4005"
"H5Ztrans.c.[0-9]+.[ \t]*:[ \t]*warning C4244"
"SZIP.src.[0-9a-zA-Z]*warning"
@@ -12,6 +14,7 @@ SET (CTEST_CUSTOM_WARNING_EXCEPTION
SET (CTEST_CUSTOM_MEMCHECK_IGNORE
${CTEST_CUSTOM_MEMCHECK_IGNORE}
+ flush1
h5test-clear-objects
h5perform-clear-objects
hl_test-clear-objects