diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-04-23 19:32:29 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-04-27 18:00:36 (GMT) |
commit | c71ef43b4d50827857cf2983de7fdf581381d178 (patch) | |
tree | be609432db9a8bcb7582e40823d5c47ec0e67ce1 /config/gnu-warnings/cxx-general | |
parent | fbaab5882814c4fd5d86aa3d1eb05e893c1ce70a (diff) | |
download | hdf5-c71ef43b4d50827857cf2983de7fdf581381d178.zip hdf5-c71ef43b4d50827857cf2983de7fdf581381d178.tar.gz hdf5-c71ef43b4d50827857cf2983de7fdf581381d178.tar.bz2 |
TRILAB-244 separate CXX warnings and errors from C
Diffstat (limited to 'config/gnu-warnings/cxx-general')
-rw-r--r-- | config/gnu-warnings/cxx-general | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/config/gnu-warnings/cxx-general b/config/gnu-warnings/cxx-general index ee7ee22..9548cc0 100644 --- a/config/gnu-warnings/cxx-general +++ b/config/gnu-warnings/cxx-general @@ -6,14 +6,26 @@ # NOTE: Don't add -Wpadded here since we can't/won't fix the (many) # warnings that are emitted. If you need it, add it from the # environment variable at configure time. --Wabi +-Wall +-Wcast-qual +-Wconversion -Wctor-dtor-privacy -Weffc++ -##-Wendif-labels +-Wextra +-Wfloat-equal +-Wformat=2 +-Winit-self +-Winvalid-pch +-Wmissing-include-dirs +-Wno-format-nonliteral -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Wreorder +-Wshadow -Wsign-promo ##-Wunreachable-code +-Wundef ##-Wvariadic-macros +-Wwrite-strings +-pedantic |