Commit 4a57bf6d authored by Yang Tse's avatar Yang Tse
Browse files

curl tool: fix compiler warning

parent 7296b2aa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -43,6 +43,8 @@ void set_binmode(FILE *stream)
#  else
  setmode(fileno(stream), O_BINARY);
#  endif
#else
  (void)stream;
#endif
}