Added the -Wextra option to the compiler.
authorFrancois Fleuret <francois@fleuret.org>
Thu, 17 Jun 2010 20:37:29 +0000 (22:37 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Thu, 17 Jun 2010 20:37:29 +0000 (22:37 +0200)
Makefile

index d8a9b3c..fe51ddf 100644 (file)
--- 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