mirror of
https://github.com/curl/curl.git
synced 2026-07-24 07:27:17 +03:00
Fix compiler warning: control reaches end of non-void function
This commit is contained in:
parent
b205525d34
commit
308497ffc6
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ CURL_EXTERN void curl_memlimit(long limit);
|
|||
|
||||
/* file descriptor manipulators */
|
||||
CURL_EXTERN int curl_socket(int domain, int type, int protocol, int line , const char *);
|
||||
CURL_EXTERN int curl_mark_sclose(int sockfd, int, const char *source);
|
||||
CURL_EXTERN void curl_mark_sclose(int sockfd, int, const char *source);
|
||||
CURL_EXTERN int curl_sclose(int sockfd, int, const char *source);
|
||||
CURL_EXTERN int curl_accept(int s, void *addr, void *addrlen,
|
||||
int line, const char *source);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue