From 9f05362d435c621e49fe430a0cb4653a9b82b9bf Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 3 Feb 2022 13:08:32 -0600 Subject: [PATCH] [test-draw] Fix compiler warning --- test/api/test-draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/test-draw.c b/test/api/test-draw.c index c53527adf..0040daa54 100644 --- a/test/api/test-draw.c +++ b/test/api/test-draw.c @@ -937,7 +937,7 @@ main (int argc, char **argv) hb_test_add (test_hb_draw_font_kit_glyphs_tests); hb_test_add (test_hb_draw_font_kit_variations_tests); hb_test_add (test_hb_draw_estedad_vf); -// hb_test_add (test_hb_draw_stroking); + if(0) hb_test_add (test_hb_draw_stroking); hb_test_add (test_hb_draw_immutable); unsigned result = hb_test_run ();