summaryrefslogtreecommitdiffstats
path: root/config/cmake/CTestCustom.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-11-12 21:18:27 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-11-12 21:18:27 (GMT)
commite99c8dd6bc7e7901e6f56547da2adb6a08b32d7c (patch)
treea02006103914e0dda879396f1547751e87b889cd /config/cmake/CTestCustom.cmake
parente9670c038230a2cc53c2f576b493c6bef8cc5660 (diff)
downloadhdf5-e99c8dd6bc7e7901e6f56547da2adb6a08b32d7c.zip
hdf5-e99c8dd6bc7e7901e6f56547da2adb6a08b32d7c.tar.gz
hdf5-e99c8dd6bc7e7901e6f56547da2adb6a08b32d7c.tar.bz2
[svn-r19776] 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-xconfig/cmake/CTestCustom.cmake1
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"