mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
slightly odd fix to prevent -Wunreachable-code to warn
This commit is contained in:
parent
3fc39a6efb
commit
fb086b57a8
@ -182,9 +182,7 @@ void ourWriteOut(CURL *curl, char *writeinfo)
|
|||||||
curl_easy_getinfo(curl, CURLINFO_CONTENT_TYPE, &stringp))
|
curl_easy_getinfo(curl, CURLINFO_CONTENT_TYPE, &stringp))
|
||||||
&& stringp)
|
&& stringp)
|
||||||
fputs(stringp, stream);
|
fputs(stringp, stream);
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
/* -Wunreachable-code wrongly complains on this */
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user