summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-05-25 17:35:39 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-05-25 17:35:39 (GMT)
commit2f7d953a9d328862297be8c33ecdaaeadd14ae14 (patch)
treec876197b614a426fe4bb8c023dd1deebfb0bbba2 /config
parent8dee09d7cfe3565f33e4664db7109467d83a0299 (diff)
downloadhdf5-2f7d953a9d328862297be8c33ecdaaeadd14ae14.zip
hdf5-2f7d953a9d328862297be8c33ecdaaeadd14ae14.tar.gz
hdf5-2f7d953a9d328862297be8c33ecdaaeadd14ae14.tar.bz2
[svn-r22409] reduce compiler warnings reported by CDash for non-critical issues
Diffstat (limited to 'config')
-rwxr-xr-xconfig/cmake/CTestCustom.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake
index 99618fd..f5e367b 100755
--- a/config/cmake/CTestCustom.cmake
+++ b/config/cmake/CTestCustom.cmake
@@ -5,15 +5,14 @@ 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"
+ "note.*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"
"H5Ztrans.c.[0-9]+.[ \t]*:[ \t]*warning C4244"
"SZIP.src.*:[ \t]*warning"
"POSIX name for this item is deprecated"
"disabling jobserver mode"
"config.cmake.xlatefile.c"
+ "warning.*implicit declaration of function"
)
SET (CTEST_CUSTOM_MEMCHECK_IGNORE