summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-26 21:12:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-26 21:12:17 (GMT)
commitd2197ad1ef80ccc780378e3959c91c08c9a45bce (patch)
treed8e0d1043cbfa2d78689f5cfbabfd2eea8d0d760 /config
parentca47ad0c23af0f53c15f837845e4588da87d1c43 (diff)
downloadhdf5-d2197ad1ef80ccc780378e3959c91c08c9a45bce.zip
hdf5-d2197ad1ef80ccc780378e3959c91c08c9a45bce.tar.gz
hdf5-d2197ad1ef80ccc780378e3959c91c08c9a45bce.tar.bz2
Add another warning variation
Diffstat (limited to 'config')
-rw-r--r--config/cmake/CTestCustom.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake
index 7f3991e..b2bf755 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"
)