diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-10-23 21:19:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 21:19:22 (GMT) |
commit | 2c3cf8240f45508dea02cab08fa67c2a775cab58 (patch) | |
tree | 123a0c7b76a7a10e23833a84512802babd614aa7 /config | |
parent | f9679de85c9de96603d448950da5e1f2c18b4494 (diff) | |
parent | 3606f20c0243c77998171906473668500cd007ac (diff) | |
download | hdf5-2c3cf8240f45508dea02cab08fa67c2a775cab58.zip hdf5-2c3cf8240f45508dea02cab08fa67c2a775cab58.tar.gz hdf5-2c3cf8240f45508dea02cab08fa67c2a775cab58.tar.bz2 |
Merge pull request #56 from derobins/minor/implicit_fallthrough
Removes -Wimplicit-fallthrough=5 from the gcc warnings
Diffstat (limited to 'config')
-rw-r--r-- | config/gnu-warnings/7 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/gnu-warnings/7 b/config/gnu-warnings/7 index 266f5c1..9d5b44d 100644 --- a/config/gnu-warnings/7 +++ b/config/gnu-warnings/7 @@ -3,5 +3,4 @@ -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=1 --Wimplicit-fallthrough=5 -Wrestrict |