mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
compiler warning: fix
Fix compiler warning: enumerated type mixed with another type
This commit is contained in:
parent
fce7276f54
commit
8b849265d8
@ -63,7 +63,7 @@ struct timetest {
|
|||||||
int now_us;
|
int now_us;
|
||||||
int timeout_ms;
|
int timeout_ms;
|
||||||
int connecttimeout_ms;
|
int connecttimeout_ms;
|
||||||
int connecting;
|
bool connecting;
|
||||||
long result;
|
long result;
|
||||||
const char *comment;
|
const char *comment;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user