mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +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 timeout_ms;
|
||||
int connecttimeout_ms;
|
||||
int connecting;
|
||||
bool connecting;
|
||||
long result;
|
||||
const char *comment;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user