From b6112e5ea4d08fcbfa8f7cb4ef3903514a6e99f3 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Tue, 6 Nov 2018 11:42:47 +0330 Subject: [PATCH] [test] Fix -Weverything bot complain --- test/api/test-ot-name.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/test-ot-name.c b/test/api/test-ot-name.c index c844f48ec..71a8727b5 100644 --- a/test/api/test-ot-name.c +++ b/test/api/test-ot-name.c @@ -27,7 +27,7 @@ #include -hb_face_t *face; +static hb_face_t *face; static void test_ot_layout_feature_get_name_ids_and_characters (void)