From 3656394c38f6aa0ffe29ba12e4ae763e440b764a Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Thu, 17 Jun 2010 22:38:57 +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 fd7146a..9516516 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ else OPTIMIZE_FLAG = -O2 endif -CFLAGS = -Wall -ansi -pedantic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUNAME="$(UNAME)" $(MD5FLAG) $(OPTIMIZE_FLAG) +CFLAGS = -Wall -Wextra -ansi -pedantic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUNAME="$(UNAME)" $(MD5FLAG) $(OPTIMIZE_FLAG) all: finddup -- 2.20.1