mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
ci: Remove --werror
Turns out that GCC errors out when building the GLib test suite, as it now checks for overflows in allocator functions, and we're testing for those. This would not be an issue for GTK, but since we're building GLib as a subproject, we get failures for those as well. Until we can find out how to disable errors for subprojects, or fix the GLib test suite not to trip up warnings in GCC, we're going to live without compiler warnings treated as errors for a while.
This commit is contained in:
parent
cfeab26de0
commit
eb382c1321
@ -9,7 +9,6 @@ meson \
|
||||
-Dwayland-backend=true \
|
||||
-Dbroadway-backend=true \
|
||||
-Dvulkan=yes \
|
||||
--werror \
|
||||
_build $srcdir
|
||||
|
||||
cd _build
|
||||
|
Loading…
Reference in New Issue
Block a user