lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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"