From: Francois Fleuret Date: Thu, 17 Jun 2010 20:37:29 +0000 (+0200) Subject: Added the -Wextra option to the compiler. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=commitdiff_plain;h=ca2edd5e7dc3e1273630218ac0edffbb3942bad6 Added the -Wextra option to the compiler. --- 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