remove new compiler warnings from gcc 7

This commit is contained in:
leitner
2017-04-30 20:22:21 +00:00
parent 660c314341
commit dba47741bf
8 changed files with 9 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ size_t fmt_yenc(char* dest,const char* src,size_t len) {
goto dontescape;
case 'F': /* escape "^From " */
if (s[i+1]+42!='r' || s[i+2]+42!='o' || s[i+3]+42!='m' || s[i+4]+42!=' ') goto dontescape;
/* fall through */
case '.': /* dot at start of line needs to be escaped */
if (!linelen) goto dontescape;
/* fall through */