mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
Compiler warning fix
This commit is contained in:
parent
7575e6afc4
commit
33acd6f041
@ -62,7 +62,7 @@ static CURLMcode perform(CURLM * multi)
|
||||
}
|
||||
|
||||
/* We only reach this point if (mp_timedout) */
|
||||
fprintf(stderr, "mp_timedout\n");
|
||||
if (mp_timedout) fprintf(stderr, "mp_timedout\n");
|
||||
fprintf(stderr, "ABORTING TEST, since it seems "
|
||||
"that it would have run forever.\n");
|
||||
return (CURLMcode) ~CURLM_OK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user