mirror of
https://github.com/curl/curl.git
synced 2026-07-23 17:27:22 +03:00
curl tool: fix compiler warning
This commit is contained in:
parent
7296b2aa25
commit
4a57bf6d10
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ void set_binmode(FILE *stream)
|
|||
# else
|
||||
setmode(fileno(stream), O_BINARY);
|
||||
# endif
|
||||
#else
|
||||
(void)stream;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue