summaryrefslogtreecommitdiffstats
path: root/config/cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-26 16:44:22 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-26 16:44:22 (GMT)
commitca47ad0c23af0f53c15f837845e4588da87d1c43 (patch)
tree33c4daf9017f08b755faf145895da488a343f7c5 /config/cmake
parentb27cd68bfd97a8b801a539bfb201bc314e028cdc (diff)
downloadhdf5-ca47ad0c23af0f53c15f837845e4588da87d1c43.zip
hdf5-ca47ad0c23af0f53c15f837845e4588da87d1c43.tar.gz
hdf5-ca47ad0c23af0f53c15f837845e4588da87d1c43.tar.bz2
Add unknown pragma warning ignore
Diffstat (limited to 'config/cmake')
-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 261c9ac..7f3991e 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"
)