mirror of
https://github.com/curl/curl.git
synced 2026-05-01 12:57:53 +03:00
slightly odd fix to prevent -Wunreachable-code to warn
This commit is contained in:
parent
3fc39a6efb
commit
fb086b57a8
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue