]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
slightly odd fix to prevent -Wunreachable-code to warn
authorDaniel Stenberg <daniel@haxx.se>
Wed, 5 May 2004 09:20:08 +0000 (09:20 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 May 2004 09:20:08 +0000 (09:20 +0000)
src/writeout.c

index 6190c86c42b4bdb217689d6c664998a1aa75947b..9ea27ee96c06f5ee28cfdbe09559bfc223ec89e5 100644 (file)
@@ -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;