win32: Enable --werror in CI

This commit is contained in:
Benjamin Otte 2019-05-21 07:26:25 +02:00
parent 143bba075f
commit fc9f4add92

View File

@ -46,6 +46,7 @@ meson \
-Denable-wayland-backend=false \
-Denable-win32-backend=true \
-Dvulkan=no \
--werror \
_build
unset CCACHE_DISABLE