mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 12:18:13 +02:00
CI: Make most gcc warnings fatal for CMake builds
This makes sure we notice problems early. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
81e6a5e662
commit
b03cb9f9cd
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ case "$ci_buildsys" in
|
|||
;;
|
||||
esac
|
||||
|
||||
cmake "$@" -DCMAKE_VERBOSE_MAKEFILE=ON ..
|
||||
cmake "$@" -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_WERROR=ON ..
|
||||
|
||||
${make}
|
||||
# The test coverage for OOM-safety is too verbose to be useful on
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue