Re: Lua 5.4.0 (beta) implicit fallthrough warning
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua 5.4.0 (beta) implicit fallthrough warning
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 3 Oct 2019 17:59:58 -0300
> On my system, gcc 9.2 prints an "implicit fallthrough" warning for lcode.c on line 1651.
>
> To silence the warning the FALLTHROUGH comment must be moved to AFTER the closing brace, so there is nothing between it and the "case OPR_DIV"
Thanks.
-- Roberto