make pedantic compiler options generate less warnings

This commit is contained in:
Daniel Stenberg 2004-01-29 13:54:08 +00:00
parent 0e4e72f193
commit 0d6236f7e1
4 changed files with 10 additions and 2 deletions

View file

@ -184,6 +184,7 @@ void ourWriteOut(CURL *curl, char *writeinfo)
fputs(stringp, stream);
break;
default:
/* -Wunreachable-code wrongly complains on this */
break;
}
break;