long/int cleanup to silence picky compiler warnings
This commit is contained in:
@@ -82,7 +82,7 @@ typedef enum {
|
||||
|
||||
struct socketstate {
|
||||
curl_socket_t socks[MAX_SOCKSPEREASYHANDLE];
|
||||
long action; /* socket action bitmap */
|
||||
unsigned int action; /* socket action bitmap */
|
||||
};
|
||||
|
||||
struct Curl_one_easy {
|
||||
@@ -185,7 +185,7 @@ struct Curl_sh_entry {
|
||||
/* bits for 'action' having no bits means this socket is not expecting any
|
||||
action */
|
||||
#define SH_READ 1
|
||||
#define SG_WRITE 2
|
||||
#define SH_WRITE 2
|
||||
|
||||
/* make sure this socket is present in the hash for this handle */
|
||||
static int sh_addentry(struct curl_hash *sh,
|
||||
|
||||
Reference in New Issue
Block a user