mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:03:36 +03:00
make pedantic compiler options generate less warnings
This commit is contained in:
parent
0e4e72f193
commit
0d6236f7e1
4 changed files with 10 additions and 2 deletions
|
|
@ -184,6 +184,7 @@ void ourWriteOut(CURL *curl, char *writeinfo)
|
|||
fputs(stringp, stream);
|
||||
break;
|
||||
default:
|
||||
/* -Wunreachable-code wrongly complains on this */
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue