gitlab-ci: Enable -Werror in meson-classic job

It's warning-clean.

Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5730>
This commit is contained in:
Timothy Arceri 2020-07-03 13:10:09 +10:00 committed by Marge Bot
parent ec8fdf8579
commit a1b89dbc8f

View file

@ -558,6 +558,7 @@ meson-classic:
EXTRA_OPTION: >
-D osmesa=classic
-D tools=all
-D werror=true
.meson-cross:
extends: