From dc17a11a3903060855a745f371ce6c37d6eb8996 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 15 Nov 2006 17:33:04 +0100 Subject: Makefile: Remove duplicate -Wsign-compare from $WARN --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8936334..f77f387 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ CC := gcc CFLAGS := -Wall -pipe -D_USE_SOURCE -DVERSION="\"$(VERSION)\"" WARN := -Wstrict-prototypes -Wsign-compare -Wshadow \ -Wchar-subscripts -Wmissing-declarations -Wnested-externs \ - -Wpointer-arith -Wcast-align -Wsign-compare -Wmissing-prototypes + -Wpointer-arith -Wcast-align -Wmissing-prototypes CFLAGS += $(WARN) # Compile with 'make DEBUG=true' to enable debugging -- cgit v1.2.3-54-g00ecf