ci: Fail on warnings (#9668)

* ci: Fail on warnings

* misc: Fix compiler warnings
This commit is contained in:
Lee Bousfield 2025-03-18 18:46:28 -05:00 committed by GitHub
parent 03385fc07f
commit c8d80a2920
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 7 deletions

View file

@ -21,7 +21,7 @@ jobs:
- name: Build Hyprland
run: |
make all
CFLAGS=-Werror CXXFLAGS=-Werror make all
- name: Compress and package artifacts
run: |