From 88480c658471a80793de2024ae5dd0c02f5af732 Mon Sep 17 00:00:00 2001 From: Simon Morgan Date: Fri, 1 Aug 2008 20:40:45 +0100 Subject: [PATCH] Ditch -Wextra. Ditch -Wextra as it spews warnings about unused function parameters which we're probably going to be having using nftw(). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e1fdc7..6ebb719 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -g -Wall -Wextra +CFLAGS = -g -Wall CC = cc all: zero -- 2.11.4.GIT