Skip to content

Commit

Permalink
github: enable -Werror
Browse files Browse the repository at this point in the history
We can enable the Werror switch now after we fixed all warnings.

Signed-off-by: Marco Felsch <[email protected]>
  • Loading branch information
Marco Felsch committed Aug 8, 2024
1 parent 917ab44 commit 2c41bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:

- name: Build
run: |
meson setup build # enable -Dwerror=true later
meson setup -Dwerror=true build
meson configure build
meson compile -C build

0 comments on commit 2c41bca

Please sign in to comment.