Lua 5.4.0 (beta) implicit fallthrough warning
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Lua 5.4.0 (beta) implicit fallthrough warning
- From: Hugo Musso Gualandi <hgualandi@...>
- Date: 2019年10月03日 17:52:26 -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"