summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2006-11-15 17:33:04 +0100
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-11-15 17:33:04 +0100
commitdc17a11a3903060855a745f371ce6c37d6eb8996 (patch)
tree32d3da2ae79747bf6b83743c28dd05367fa4e21b
parent636e916d6b3e2a83a30311e035cbf0a3a866187a (diff)
Makefile: Remove duplicate -Wsign-compare from $WARN
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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