Add -Wextra

This commit is contained in:
2014-09-23 02:33:06 +02:00
parent b630bf7a5f
commit 56f7847ce3
4 changed files with 27 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ ifneq ($(VERBOSE),1)
LIBTOOL +=--quiet
endif
CFLAGS +=-Wall -std=c99
CFLAGS +=-Wall -Wextra -std=c99
ifeq ($(DEBUG),1)
CFLAGS +=-ggdb -DDEBUG