Changeset 5712

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

[build] drop -Werror, newer gcc versions emit more warnings, stuff might break on some targets

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/build/gccconfig.mk

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