mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
build: Add --disable-compile-warnings
Some (broken) toolchains for example trip up -Werror=missing-prototypes in system headers. This patch allows people to skip the formerly hardcoded "baseline" warnings. https://bugzilla.gnome.org/show_bug.cgi?id=694757
This commit is contained in:
@@ -30,6 +30,8 @@ AM_CPPFLAGS = \
|
||||
-DGIO_COMPILATION \
|
||||
-DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\"
|
||||
|
||||
AM_CFLAGS = $(GLIB_WARN_CFLAGS)
|
||||
|
||||
lib_LTLIBRARIES = libgio-2.0.la
|
||||
|
||||
gdbus_headers = \
|
||||
|
Reference in New Issue
Block a user