diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-01-29 19:33:55 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-01-29 19:33:55 (GMT) |
commit | 3b787c97d3d3161f20f187ff44c2e28cf9eaf39a (patch) | |
tree | a1c908a0506468ed0dc29d4c5bbffd35f8b65146 /config/cmake | |
parent | 6fca8e80d00b23332af6dc0d694d30820e4d50cb (diff) | |
download | hdf5-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-x | config/cmake/CTestCustom.cmake | 1 |
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" ) |