[serialize] Shut compiler warning off

This commit is contained in:
Behdad Esfahbod 2022-11-25 12:37:24 -07:00
parent f2297e6978
commit 1fed366d5b
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ struct hb_serialize_context_t
} }
objidx_t objidx; objidx_t objidx;
uint32_t hash; uint32_t hash = 0;
if (share) if (share)
{ {
hash = hb_hash (obj); hash = hb_hash (obj);