From dfdbe16017e13e21bb95030a486aa8689fe3ddd4 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Thu, 17 Jun 2010 22:38:32 +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 279f091..3325911 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ else OPTIMIZE_FLAG = -O2 endif -CFLAGS = -Wall -ansi -pedantic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUNAME="$(UNAME)" $(OPTIMIZE_FLAG) +CFLAGS = -Wall -Wextra -ansi -pedantic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUNAME="$(UNAME)" $(OPTIMIZE_FLAG) all: dus -- 2.20.1