diff --git a/src/writeout.c b/src/writeout.c index 6190c86c42b4bdb217689d6c664998a1aa75947b..9ea27ee96c06f5ee28cfdbe09559bfc223ec89e5 100644 --- a/src/writeout.c +++ b/src/writeout.c @@ -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;