remove uneeded flag

This commit is contained in:
Themaister 2010-12-30 01:42:46 +01:00
parent 5a8fe27199
commit 0d770e45fa
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ ifeq ($(BUILD_FILTER), 1)
DEFINES += -DHAVE_FILTER
endif
CFLAGS = -Wall -O3 -std=gnu99 -Wno-unused-variable -I. $(DEFINES)
CFLAGS = -Wall -O3 -std=gnu99 -I. $(DEFINES)
all: $(TARGET)