diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-01-26 16:46:21 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-01-26 16:46:21 (GMT) |
commit | 325b49de65757a910761e08aae4aecea9fde28e9 (patch) | |
tree | b998ae5c8ff149c8e58615bfbd6a3be0dc812ec0 /config/cmake | |
parent | 1a109f0cd429190551a1617a528ec6fea47c0025 (diff) | |
download | hdf5-325b49de65757a910761e08aae4aecea9fde28e9.zip hdf5-325b49de65757a910761e08aae4aecea9fde28e9.tar.gz hdf5-325b49de65757a910761e08aae4aecea9fde28e9.tar.bz2 |
Add unknown pragma warning ignore
Diffstat (limited to 'config/cmake')
-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 bb0aef2..dfead16 100644 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -30,6 +30,7 @@ set (CTEST_CUSTOM_WARNING_EXCEPTION "disabling jobserver mode" "config.cmake.xlatefile.c" # "warning.*implicit declaration of function" + "warning.*unknown pragma" # "note: expanded from macro" # "fpp:[ \t]*warning:[ \t]*cannot remove H5_DEBUG_API - not a predefined macro" ) |