From 0d770e45fa1fff234abf56246ec90ed3df447696 Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 30 Dec 2010 01:42:46 +0100 Subject: [PATCH] remove uneeded flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e7bbbb008..7d009c6cc2 100644 --- a/Makefile +++ b/Makefile @@ -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)