Changeset 5713

Show
Ignore:
Timestamp:
03/02/10 01:48:21 (3 years ago)
Author:
jow
Message:

luci-0.9: merge r5712

Files:
1 modified

Legend:

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

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