mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
chore: Fix all clang build warnings (#4475)
* chore: Fix all clang build warnings Also add `-Werror` to clang build in CI. Fixes #4449 * all build targets * fix search test
This commit is contained in:
parent
c759eb8ce6
commit
6f3c6e3d57
21 changed files with 51 additions and 69 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -48,7 +48,6 @@ jobs:
|
|||
- container: "alpine-dev:latest"
|
||||
build-type: Debug
|
||||
compiler: { cxx: clang++, c: clang }
|
||||
cxx_flags: ""
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue