summaryrefslogtreecommitdiffstats
path: root/config/cmake/CTestCustom.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-02-16 16:33:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-02-16 16:33:17 (GMT)
commite5b940c6cbfba45e55fd55e16226de802671892a (patch)
tree9a881a61ad1f25a55f26de9d4529789330322f1b /config/cmake/CTestCustom.cmake
parentbec75e8c14364fbf91ab68d0ef1d037fe31046a9 (diff)
downloadhdf5-e5b940c6cbfba45e55fd55e16226de802671892a.zip
hdf5-e5b940c6cbfba45e55fd55e16226de802671892a.tar.gz
hdf5-e5b940c6cbfba45e55fd55e16226de802671892a.tar.bz2
[svn-r21949] Add H5detect warning ignore
Diffstat (limited to 'config/cmake/CTestCustom.cmake')
-rwxr-xr-xconfig/cmake/CTestCustom.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake
index 191588a..43ef451 100755
--- a/config/cmake/CTestCustom.cmake
+++ b/config/cmake/CTestCustom.cmake
@@ -2,9 +2,10 @@ 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"
+ "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"