avoid compiler warning

This commit is contained in:
Matthew Flatt 2015-08-28 20:21:29 -06:00
parent 152787cb0e
commit ab6b58a476

View File

@ -2735,7 +2735,7 @@ int scheme_generate_inlined_binary(mz_jit_state *jitter, Scheme_App3_Rec *app, i
sjc_bad_code = sjc.bad_string_eq_2_code; sjc_bad_code = sjc.bad_string_eq_2_code;
string_len_val = (intptr_t)&SCHEME_CHAR_STRLEN_VAL(0x0); string_len_val = (intptr_t)&SCHEME_CHAR_STRLEN_VAL(0x0);
string_val = (intptr_t)&SCHEME_CHAR_STR_VAL(0x0); string_val = (intptr_t)&SCHEME_CHAR_STR_VAL(0x0);
} else if (IS_NAMED_PRIM(rator, "bytes=?")) { } else { /* IS_NAMED_PRIM(rator, "bytes=?") */
string = 0; string = 0;
string_type = scheme_byte_string_type; string_type = scheme_byte_string_type;
sjc_bad_code = sjc.bad_bytes_eq_2_code; sjc_bad_code = sjc.bad_bytes_eq_2_code;