From a7fa7bafc808103cbb8e27a3c80168617bac8a4f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 9 Nov 1999 15:59:35 -0200 Subject: new warnings with option "-W" (gcc) --- lzio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lzio.c') diff --git a/lzio.c b/lzio.c index c59ec559..1216ef91 100644 --- a/lzio.c +++ b/lzio.c @@ -1,5 +1,5 @@ /* -** $Id: lzio.c,v 1.7 1999/03/05 13:15:50 roberto Exp roberto $ +** $Id: lzio.c,v 1.8 1999/08/16 20:52:00 roberto Exp roberto $ ** a generic input stream interface ** See Copyright Notice in lua.h */ @@ -16,6 +16,7 @@ /* ----------------------------------------------------- memory buffers --- */ static int zmfilbuf (ZIO* z) { + (void)z; /* to avoid warnings */ return EOZ; } -- cgit v1.2.3-55-g6feb