Enable -Werror in CI
And fixes some warnings. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
@ -25,7 +25,7 @@ jobs:
|
||||
- ".git"
|
||||
- run:
|
||||
name: config
|
||||
command: meson << parameters.build-config >> . build
|
||||
command: meson << parameters.build-config >> -Dwerror=true . build
|
||||
- run:
|
||||
name: build
|
||||
command: ninja -C build
|
||||
|
Reference in New Issue
Block a user