mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 05:55:06 +00:00
test-draw-varc.c: Fix “warning: unused function”
This commit is contained in:
parent
3fa47cea27
commit
135d6537d9
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue