mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
COMP: Remove unused variable warning
This commit is contained in:
parent
f6e25ab9d2
commit
8732505a17
@ -174,6 +174,8 @@ int Curl_nonblock(curl_socket_t sockfd, /* operate on this */
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_DISABLED_NONBLOCKING
|
||||
(void)nonblock;
|
||||
(void)sockfd;
|
||||
return 0; /* returns success */
|
||||
#define SETBLOCK 6
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user