diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-01-26 21:13:28 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-01-26 21:13:28 (GMT) |
commit | 999b9151d49f35604e2601bbfe505715850f6f2f (patch) | |
tree | 8ee34043eebac97b39fb3ffeadc8a3a10d65c982 /config/cmake/CTestCustom.cmake | |
parent | 8e3cd63983cba3e7b9d9d955b86a609974abcd62 (diff) | |
download | hdf5-999b9151d49f35604e2601bbfe505715850f6f2f.zip hdf5-999b9151d49f35604e2601bbfe505715850f6f2f.tar.gz hdf5-999b9151d49f35604e2601bbfe505715850f6f2f.tar.bz2 |
Add another warning variation
Diffstat (limited to 'config/cmake/CTestCustom.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 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" ) |