diff options
Diffstat (limited to 'src/writeout.c')
-rw-r--r-- | src/writeout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/writeout.c b/src/writeout.c index 447e3935c..5d8d7428b 100644 --- a/src/writeout.c +++ b/src/writeout.c @@ -184,6 +184,7 @@ void ourWriteOut(CURL *curl, char *writeinfo) fputs(stringp, stream); break; default: + /* -Wunreachable-code wrongly complains on this */ break; } break; |