From f1ced9be378d7c7ad3ea35a1cee6f9aff7a44a13 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 17 Oct 2018 23:06:53 -0700 Subject: [PATCH] More warning fix Okay, let's see if the gods are happy now... --- src/hb-static.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-static.cc b/src/hb-static.cc index 4bc1c69ad..e5507960d 100644 --- a/src/hb-static.cc +++ b/src/hb-static.cc @@ -44,7 +44,7 @@ DEFINE_NULL_NAMESPACE_BYTES (OT, Index) = {0xFF,0xFF}; DEFINE_NULL_NAMESPACE_BYTES (OT, LangSys) = {0x00,0x00, 0xFF,0xFF, 0x00,0x00}; DEFINE_NULL_NAMESPACE_BYTES (OT, RangeRecord) = {0x00,0x01, 0x00,0x00, 0x00, 0x00}; /* Hand-coded because Lookup is a template. Sad. */ -HB_INTERNAL const unsigned char _hb_Null_AAT_Lookup[2] = {0xFF, 0xFF}; +const unsigned char _hb_Null_AAT_Lookup[2] = {0xFF, 0xFF}; void