test-draw-varc.c: Fix “warning: unused function”

This commit is contained in:
Khaled Hosny 2024-05-31 01:25:05 +03:00 committed by خالد حسني (Khaled Hosny)
parent 3fa47cea27
commit 135d6537d9

View file

@ -146,6 +146,7 @@ close_path (hb_draw_funcs_t *dfuncs, draw_data_t *draw_data,
static hb_draw_funcs_t *funcs;
#ifdef HB_EXPERIMENTAL_API
static void
test_hb_draw_varc_simple_hangul (void)
{
@ -242,6 +243,7 @@ test_hb_draw_varc_conditional (void)
hb_font_destroy (font);
}
#endif
int
main (int argc, char **argv)