From 8bb93baaa3051e7dc0059233ba6d5015423362de Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 3 Jul 2002 08:41:51 +0000 Subject: be more strict --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c78f5d3..d5d85a2 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ includedir = $(prefix)/include binaries = lspcidrake libraries = libldetect.a -CFLAGS = -Wall -Wstrict-prototypes -g +CFLAGS = -Wall -W -Wstrict-prototypes -g build: $(binaries) $(libraries) -- cgit v1.2.1