mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38: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))
|
||||
&& stringp)
|
||||
fputs(stringp, stream);
|
||||
break;
|
||||
default:
|
||||
/* -Wunreachable-code wrongly complains on this */
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user