mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -05:00
curl tool: fix compiler warning
This commit is contained in:
parent
7296b2aa25
commit
4a57bf6d10
@ -43,6 +43,8 @@ void set_binmode(FILE *stream)
|
|||||||
# else
|
# else
|
||||||
setmode(fileno(stream), O_BINARY);
|
setmode(fileno(stream), O_BINARY);
|
||||||
# endif
|
# endif
|
||||||
|
#else
|
||||||
|
(void)stream;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user