summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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