Changeset 5342

Show
Ignore:
Timestamp:
09/25/09 14:03:30 (4 years ago)
Author:
jow
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/branches/luci-0.8/build/gccconfig.mk

    r3883 r5342  
    1111FPIC = -fPIC 
    1212EXTRA_CFLAGS = --std=gnu99 
    13 WFLAGS = -Wall -Werror -pedantic 
     13WFLAGS = -Wall -pedantic 
    1414CPPFLAGS = 
    1515COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) $(WFLAGS)