summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMadelyn Olson <madelyneolson@gmail.com>2020-10-23 10:49:15 -0700
committerMadelyn Olson <34459052+madolson@users.noreply.github.com>2020-10-26 21:46:50 -0700
commitdac26729a9259754eda0403cd32f011a3d2a89e1 (patch)
treed0b1430546e3e555db11b3a84d85be39de4c87a3 /.github
parent4d1120f5fd5e74eaaf883b0233d3055a19cd56a9 (diff)
downloadredis-dac26729a9259754eda0403cd32f011a3d2a89e1.tar.gz
Only supress implitic fallthrough on GCC 7
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8da286152..be2be1789 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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