From f6ae74eb0e94facb9fea8002ea86b5af1f6e593e Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 18 Jan 2009 23:13:58 +0100 Subject: Makefile: Add -Wextra to CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf