diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-11-12 21:18:51 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-11-12 21:18:51 (GMT) |
commit | d7118c7e1c87109b4bd1fbd1ea2e6220dccaaad3 (patch) | |
tree | c957f9c18382970aac1c46ad422170c307b940c1 /config/cmake/CTestCustom.cmake | |
parent | ae1a09771cdc982e42bfde271b35a386e99a5ad8 (diff) | |
download | hdf5-d7118c7e1c87109b4bd1fbd1ea2e6220dccaaad3.zip hdf5-d7118c7e1c87109b4bd1fbd1ea2e6220dccaaad3.tar.gz hdf5-d7118c7e1c87109b4bd1fbd1ea2e6220dccaaad3.tar.bz2 |
[svn-r19777] Corrected handling of largefile and linux_lfs handling.
Synched cmake version of H5pubconf.h.in
Added another variation of H5detect warning to ignore list.
Diffstat (limited to 'config/cmake/CTestCustom.cmake')
-rwxr-xr-x | config/cmake/CTestCustom.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 8cc9844..fa43a6a 100755 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -4,6 +4,7 @@ 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" + "H5detect.c[0-9 \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" |