summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-26 21:12:37 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-26 21:12:37 (GMT)
commit872f5afa1b813afb7a991eb2d7959683d4438f27 (patch)
treec160eaecfc0e40cad5a3d748d26f86babc6159c1 /config
parent325b49de65757a910761e08aae4aecea9fde28e9 (diff)
downloadhdf5-872f5afa1b813afb7a991eb2d7959683d4438f27.zip
hdf5-872f5afa1b813afb7a991eb2d7959683d4438f27.tar.gz
hdf5-872f5afa1b813afb7a991eb2d7959683d4438f27.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 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"
)