summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2009-01-18 23:13:58 +0100
committerTobias Klauser <tklauser@distanz.ch>2009-01-18 23:13:58 +0100
commitf6ae74eb0e94facb9fea8002ea86b5af1f6e593e (patch)
tree8344796b2b2f818084f9a024cb42e56d40c2afd1
parentc31ed682546de11f6e6824647c9321e74cf8692b (diff)
Makefile: Add -Wextra to CFLAGS
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e96f38..2339ca2 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ MANDIR = $(prefix)/share/man/man1
CC := gcc
CFLAGS := $(CFLAGS) -pipe -D_USE_SOURCE -DVERSION="\"$(VERSION)\"" -W -Wall \
- -Wstrict-prototypes -Wsign-compare -Wshadow -Wchar-subscripts \
+ -Wextra -Wstrict-prototypes -Wsign-compare -Wshadow -Wchar-subscripts \
-Wmissing-declarations -Wpointer-arith -Wcast-align -Wmissing-prototypes
# Compile with 'make DEBUG=true' to enable debugging