Skip to content

Commit 4421f2b

Browse files
committed
engine_xetex: address a C compiler warning
It is probably spurious, but it is easy to make it go away.
1 parent 9e4a932 commit 4421f2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/engine_xetex/xetex/xetex-math.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3373,7 +3373,7 @@ var_delimiter(int32_t d, int32_t s, scaled_t v)
33733373
int32_t b;
33743374
void *ot_assembly_ptr;
33753375
internal_font_number f, g;
3376-
uint16_t c, x, y;
3376+
uint16_t c = 0, x, y;
33773377
int32_t m, n;
33783378
scaled_t u;
33793379
scaled_t w;

0 commit comments

Comments
 (0)