luci-0.8: remove -Werror from CFLAGS, prevents SDK from working on most hosts

This commit is contained in:
Jo-Philipp Wich 2009-09-25 13:03:30 +00:00
parent 3358db7faf
commit 16572ca099

View file

@ -10,7 +10,7 @@ RANLIB = ranlib
CFLAGS = -O2 CFLAGS = -O2
FPIC = -fPIC FPIC = -fPIC
EXTRA_CFLAGS = --std=gnu99 EXTRA_CFLAGS = --std=gnu99
WFLAGS = -Wall -Werror -pedantic WFLAGS = -Wall -pedantic
CPPFLAGS = CPPFLAGS =
COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) $(WFLAGS) COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) $(WFLAGS)
ifeq ($(OS),Darwin) ifeq ($(OS),Darwin)