From 16572ca099e912b5cb920e07a0f7aada77213f76 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 25 Sep 2009 13:03:30 +0000 Subject: [PATCH] luci-0.8: remove -Werror from CFLAGS, prevents SDK from working on most hosts --- build/gccconfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.25.1