From 56f7847ce3f6c3f56ed5735afb4431402cf3675e Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Tue, 23 Sep 2014 02:33:06 +0200 Subject: Add -Wextra --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 410ed33..b96a1d6 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-54-g00ecf