diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-01-26 21:12:37 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-01-26 21:12:37 (GMT) |
commit | 872f5afa1b813afb7a991eb2d7959683d4438f27 (patch) | |
tree | c160eaecfc0e40cad5a3d748d26f86babc6159c1 /config | |
parent | 325b49de65757a910761e08aae4aecea9fde28e9 (diff) | |
download | hdf5-872f5afa1b813afb7a991eb2d7959683d4438f27.zip hdf5-872f5afa1b813afb7a991eb2d7959683d4438f27.tar.gz hdf5-872f5afa1b813afb7a991eb2d7959683d4438f27.tar.bz2 |
Add another warning variation
Diffstat (limited to 'config')
-rw-r--r-- | 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 dfead16..1b8d7d7 100644 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -31,6 +31,7 @@ set (CTEST_CUSTOM_WARNING_EXCEPTION "config.cmake.xlatefile.c" # "warning.*implicit declaration of function" "warning.*unknown pragma" + "warning.*unrecognized .pragma" # "note: expanded from macro" # "fpp:[ \t]*warning:[ \t]*cannot remove H5_DEBUG_API - not a predefined macro" ) |