[serialize] Shut compiler warning off

pull/3895/head
Behdad Esfahbod 2 years ago
parent f2297e6978
commit 1fed366d5b
  1. 2
      src/hb-serialize.hh

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

Loading…
Cancel
Save