From: Jo-Philipp Wich Date: Fri, 25 Sep 2009 13:03:30 +0000 (+0000) Subject: luci-0.8: remove -Werror from CFLAGS, prevents SDK from working on most hosts X-Git-Tag: 0.8.8~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=16572ca099e912b5cb920e07a0f7aada77213f76;p=oweals%2Fluci.git luci-0.8: remove -Werror from CFLAGS, prevents SDK from working on most hosts --- diff --git a/build/gccconfig.mk b/build/gccconfig.mk index d6af2c3e6..28bf27a5e 100644 --- a/build/gccconfig.mk +++ b/build/gccconfig.mk @@ -10,7 +10,7 @@ RANLIB = ranlib CFLAGS = -O2 FPIC = -fPIC EXTRA_CFLAGS = --std=gnu99 -WFLAGS = -Wall -Werror -pedantic +WFLAGS = -Wall -pedantic CPPFLAGS = COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) $(WFLAGS) ifeq ($(OS),Darwin)