diff options
author | David Young <dyoung@hdfgroup.org> | 2020-01-10 15:43:36 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-01-10 18:00:22 (GMT) |
commit | 62e1340bdd93aa12079ec97043b2da0c3f5d711a (patch) | |
tree | 3bb18020b1eb3a0a05269df477d261936dc2ddc0 /config | |
parent | c09a9e90e1efa921f4d7a3661b5fca08c00a98d7 (diff) | |
download | hdf5-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-flags | 2 |
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 # ###################### |