We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1daac3a commit b66abd4Copy full SHA for b66abd4
1 file changed
py/emitnative.c
@@ -459,6 +459,7 @@ STATIC void emit_native_end_pass(emit_t *emit) {
459
type_sig |= (emit->local_vtype[i] & 0xf) << (i * 4 + 4);
460
}
461
462
+ #pragma GCC diagnostic push
463
#pragma GCC diagnostic ignored "-Wcast-align"
464
mp_emit_glue_assign_native(emit->scope->raw_code,
465
emit->do_viper_types ? MP_CODE_NATIVE_VIPER : MP_CODE_NATIVE_PY,
0 commit comments