|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
* THE SOFTWARE.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#if __clang__
|
|
|
|
|
#ifdef __clang__
|
|
|
|
|
#pragma clang diagnostic push
|
|
|
|
|
#pragma clang diagnostic ignored "-Winitializer-overrides"
|
|
|
|
|
#endif // __clang__
|
|
|
|
@ -113,6 +113,6 @@ static const void *const entry_table[256] = {
|
|
|
|
|
[MP_BC_BINARY_OP_MULTI ... MP_BC_BINARY_OP_MULTI + MP_BINARY_OP_NUM_BYTECODE - 1] = &&entry_MP_BC_BINARY_OP_MULTI,
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#if __clang__
|
|
|
|
|
#ifdef __clang__
|
|
|
|
|
#pragma clang diagnostic pop
|
|
|
|
|
#endif // __clang__
|
|
|
|
|