Fix GCC 7 warnings
From -Wimplicit-fallthrough which is now enabled by -W.
This commit is contained in:
parent
76d1aac47a
commit
7a3cfdb013
3 changed files with 5 additions and 7 deletions
|
|
@ -1459,7 +1459,7 @@ String *Preprocessor_parse(String *s) {
|
|||
break;
|
||||
}
|
||||
state = 43;
|
||||
/* no break intended here */
|
||||
/* FALL THRU */
|
||||
|
||||
case 43:
|
||||
/* Get preprocessor value */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue