summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-01-10 15:43:36 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-01-10 18:00:22 (GMT)
commit62e1340bdd93aa12079ec97043b2da0c3f5d711a (patch)
tree3bb18020b1eb3a0a05269df477d261936dc2ddc0 /config
parentc09a9e90e1efa921f4d7a3661b5fca08c00a98d7 (diff)
downloadhdf5-62e1340bdd93aa12079ec97043b2da0c3f5d711a.zip
hdf5-62e1340bdd93aa12079ec97043b2da0c3f5d711a.tar.gz
hdf5-62e1340bdd93aa12079ec97043b2da0c3f5d711a.tar.bz2
Disable C++ compatibility warnings to follow `develop` on the main fork.
Diffstat (limited to 'config')
-rw-r--r--config/gnu-flags2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/gnu-flags b/config/gnu-flags
index 6355ccf..40688f6 100644
--- a/config/gnu-flags
+++ b/config/gnu-flags
@@ -175,6 +175,8 @@ if test "X-gcc" = "X-$cc_vendor"; then
H5_CFLAGS="$H5_CFLAGS -Wredundant-decls -Wshadow -Wstrict-prototypes -Wswitch-enum -Wswitch-default"
H5_CFLAGS="$H5_CFLAGS -Wundef -Wunused-macros -Wunsafe-loop-optimizations -Wwrite-strings"
+ H5_CFLAGS="$H5_CFLAGS -Wno-c++-compat"
+
######################
# Developer warnings #
######################