diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-03-28 16:13:11 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-03-28 16:13:11 (GMT) |
commit | a46cd31c832f552566ef1e3626fa9498360d1e84 (patch) | |
tree | efea239c9d78d1ed02e5b2d53b7e6e81305a3e8c /config/cmake | |
parent | b643da672a7d0f0a52ecfef2c229e73876e0e13d (diff) | |
download | hdf5-a46cd31c832f552566ef1e3626fa9498360d1e84.zip hdf5-a46cd31c832f552566ef1e3626fa9498360d1e84.tar.gz hdf5-a46cd31c832f552566ef1e3626fa9498360d1e84.tar.bz2 |
[svn-r22166] Reduce warnings from unneeded windows incude file.
Reviewed HDF5-68
Tested: windows
Diffstat (limited to 'config/cmake')
-rwxr-xr-x | config/cmake/CTestCustom.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 43ef451..e708a00 100755 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -5,9 +5,10 @@ SET (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" + "H5detect.c[0-9 \t:]*note:[ \t]*expected .void .. but argument is of type .volatile" + "include/string.h[0-9 \t:]*note:[ \t]*expected .void .. but argument is of type .volatile" "note:[ \t]*expected .void .. but argument is of type .volatile" "H5Tconv.c[0-9 \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.*:[ \t]*warning" "POSIX name for this item is deprecated" |