From 4a57bf6d101fed17c9488f0a8f81c0e082123a80 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 5 Oct 2011 22:27:29 +0200 Subject: curl tool: fix compiler warning --- src/tool_binmode.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tool_binmode.c') diff --git a/src/tool_binmode.c b/src/tool_binmode.c index 51bbb45d2..34422fdef 100644 --- a/src/tool_binmode.c +++ b/src/tool_binmode.c @@ -43,6 +43,8 @@ void set_binmode(FILE *stream) # else setmode(fileno(stream), O_BINARY); # endif +#else + (void)stream; #endif } -- cgit v1.2.3