Norihiro Tanaka wrote:
assert (!"neither LPAREN nor RPAREN may appear here");
+ /* fallthrough */
That doesn't fall through, as the 'assert' never returns.
Norihiro Tanaka wrote:
assert (!"neither LPAREN nor RPAREN may appear here");
+ /* fallthrough */
That doesn't fall through, as the 'assert' never returns.