aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/writeout.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/writeout.c b/src/writeout.c
index 6190c86c4..9ea27ee96 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;