Fix GCC 7 warnings

From -Wimplicit-fallthrough which is now enabled by -W.
This commit is contained in:
Olly Betts 2016-12-21 13:05:06 +13:00
commit 7a3cfdb013
3 changed files with 5 additions and 7 deletions

View file

@ -1459,7 +1459,7 @@ String *Preprocessor_parse(String *s) {
break;
}
state = 43;
/* no break intended here */
/* FALL THRU */
case 43:
/* Get preprocessor value */