Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
dac26729
Commit
dac26729
authored
Oct 23, 2020
by
Madelyn Olson
Committed by
Madelyn Olson
Oct 26, 2020
Browse files
Only supress implitic fallthrough on GCC 7
parent
4d1120f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
dac26729
...
...
@@ -24,7 +24,7 @@ jobs:
steps
:
-
uses
:
actions/checkout@v2
-
name
:
make
run
:
make
run
:
make
REDIS_CFLAGS='-Werror'
build-macos-latest
:
runs-on
:
macos-latest
...
...
src/lzf_d.c
View file @
dac26729
...
...
@@ -52,7 +52,7 @@
#endif
#endif
#if defined(__GNUC__) && __GNUC__ >=
5
#if defined(__GNUC__) && __GNUC__ >=
7
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment