summaryrefslogtreecommitdiffstats
path: root/config/cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-01-29 19:33:55 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-01-29 19:33:55 (GMT)
commit3b787c97d3d3161f20f187ff44c2e28cf9eaf39a (patch)
treea1c908a0506468ed0dc29d4c5bbffd35f8b65146 /config/cmake
parent6fca8e80d00b23332af6dc0d694d30820e4d50cb (diff)
downloadhdf5-3b787c97d3d3161f20f187ff44c2e28cf9eaf39a.zip
hdf5-3b787c97d3d3161f20f187ff44c2e28cf9eaf39a.tar.gz
hdf5-3b787c97d3d3161f20f187ff44c2e28cf9eaf39a.tar.bz2
[svn-r23202] Add another warning to ignore list
Diffstat (limited to 'config/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 6b6acc2..c33201f 100755
--- a/config/cmake/CTestCustom.cmake
+++ b/config/cmake/CTestCustom.cmake
@@ -13,6 +13,7 @@ SET (CTEST_CUSTOM_WARNING_EXCEPTION
"disabling jobserver mode"
"config.cmake.xlatefile.c"
"warning.*implicit declaration of function"
+ "note: expanded from macro"
# "fpp:[ \t]*warning:[ \t]*cannot remove H5_DEBUG_API - not a predefined macro"
)