From ca2edd5e7dc3e1273630218ac0edffbb3942bad6 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Thu, 17 Jun 2010 22:37:29 +0200 Subject: [PATCH] Added the -Wextra option to the compiler. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d8a9b3c..fe51ddf 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ else OPTIMIZE_FLAG = -O2 endif -CFLAGS = -Wall -ansi -pedantic -DUNAME="$(UNAME)" $(OPTIMIZE_FLAG) +CFLAGS = -Wall -Wextra -ansi -pedantic -DUNAME="$(UNAME)" $(OPTIMIZE_FLAG) all: selector -- 2.20.1