summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings/7
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-13 19:31:33 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-04-13 19:31:33 (GMT)
commit3904f27eadd763b438df241bd97f969746ee4707 (patch)
tree2104112d930d9d63cbf38f11dac38d8d7009f19d /config/gnu-warnings/7
parentdb3f89ce9dc7eae17cb15d39e402112c3fbd2955 (diff)
parent13bba40029b2ff5f64600b497cdce94f8dba0bcc (diff)
downloadhdf5-3904f27eadd763b438df241bd97f969746ee4707.zip
hdf5-3904f27eadd763b438df241bd97f969746ee4707.tar.gz
hdf5-3904f27eadd763b438df241bd97f969746ee4707.tar.bz2
Merge pull request #2480 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_1_12
* commit '13bba40029b2ff5f64600b497cdce94f8dba0bcc': Fix shadowed type TRILAB-192 - cleanup edits and match CMake CXX to autotools Add missing " and update function calls incorrectly namedload_gcc_arguments. Commit changes to gnu-cxxflags to remove unmatched " and to gnu-fflags to not add C warnings flags to H5_FCFLAGS. TRILAB-192 update LTparse files TRILAB-192 - merge changes from develop Update release note for CMake warnings Correct extra flags TRILAB-192 merging warnings changes from develop TRILAB-24 use CheckStructHasMember CMake module
Diffstat (limited to 'config/gnu-warnings/7')
-rw-r--r--config/gnu-warnings/77
1 files changed, 7 insertions, 0 deletions
diff --git a/config/gnu-warnings/7 b/config/gnu-warnings/7
new file mode 100644
index 0000000..266f5c1
--- /dev/null
+++ b/config/gnu-warnings/7
@@ -0,0 +1,7 @@
+-Walloca
+-Walloc-zero
+-Wduplicated-branches
+-Wformat-overflow=2
+-Wformat-truncation=1
+-Wimplicit-fallthrough=5
+-Wrestrict