diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-04-23 19:32:29 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-04-26 03:21:55 (GMT) |
commit | 54764c99be29bb991d95bb7b203f98aaa429115b (patch) | |
tree | f7ff3134aa210a6f60f971e0ca81f05bb5c34763 /config/gnu-warnings/cxx-general | |
parent | 49a76869aa9ad1c4325106de201294dafcd199b5 (diff) | |
download | hdf5-54764c99be29bb991d95bb7b203f98aaa429115b.zip hdf5-54764c99be29bb991d95bb7b203f98aaa429115b.tar.gz hdf5-54764c99be29bb991d95bb7b203f98aaa429115b.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 |