.github: enable -Werror on driver build

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-09 15:16:26 +01:00
parent 26d1297871
commit c1068ffc32

View File

@@ -65,5 +65,5 @@ runs:
- name: compile driver
shell: bash
run: |
CFLAGS="-Wall" ./autogen.sh # --prefix=$X11_PREFIX
CFLAGS="-Wall" make -j # install
CFLAGS="-Wall -Werror" ./autogen.sh # --prefix=$X11_PREFIX
CFLAGS="-Wall -Werror" make -j # install