From 804c3aa900eb4fb3a379efab43224aff7b9a30cc Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 17 Jun 2011 08:53:29 +0200 Subject: Use -Wextra --- ext2load/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext2load/Makefile') diff --git a/ext2load/Makefile b/ext2load/Makefile index f39ea51..932582b 100644 --- a/ext2load/Makefile +++ b/ext2load/Makefile @@ -20,7 +20,7 @@ LIBS = $(EXT2LIB) $(ARCLIB) TARGETS = ext2load CFLAGS = -O2 -I$(COMMONDIR) -I$(ARCINCLUDEDIR) -I$(E2FSINCLUDEDIR) \ - -W -Wall -mno-abicalls -G 0 -fno-pic \ + -Wextra -Wall -mno-abicalls -G 0 -fno-pic \ -DSUBARCH=${SUBARCH} -fno-strict-aliasing # uncomment for debugging -- cgit v1.2.3