Commit fb086b57 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

slightly odd fix to prevent -Wunreachable-code to warn

parent 3fc39a6e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;