summaryrefslogtreecommitdiffstats
path: root/config/cmake/CTestCustom.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-03-29 16:47:26 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-03-29 16:47:26 (GMT)
commitb8cb145bdfc10c7b3fcaf7a05bda4605a7d32533 (patch)
tree45cf4d20c4c02bf0d718e40b29796cecbc792b60 /config/cmake/CTestCustom.cmake
parent03ee4aa0eecf1a87d0d0da2454c532a38e37a38e (diff)
downloadhdf5-b8cb145bdfc10c7b3fcaf7a05bda4605a7d32533.zip
hdf5-b8cb145bdfc10c7b3fcaf7a05bda4605a7d32533.tar.gz
hdf5-b8cb145bdfc10c7b3fcaf7a05bda4605a7d32533.tar.bz2
[svn-r22186] MinGW compile issues fixed.
Tested: windows (big test using stdio only fails - this will be filed for further investigation)
Diffstat (limited to 'config/cmake/CTestCustom.cmake')
-rwxr-xr-xconfig/cmake/CTestCustom.cmake6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake
index 786008f..c29cc60 100755
--- a/config/cmake/CTestCustom.cmake
+++ b/config/cmake/CTestCustom.cmake
@@ -2,11 +2,13 @@ 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 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"