diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2006-11-15 17:33:04 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2006-11-15 17:33:04 +0100 |
commit | dc17a11a3903060855a745f371ce6c37d6eb8996 (patch) | |
tree | 32d3da2ae79747bf6b83743c28dd05367fa4e21b /Makefile | |
parent | 636e916d6b3e2a83a30311e035cbf0a3a866187a (diff) |
Makefile: Remove duplicate -Wsign-compare from $WARN
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |