Fix spurious warning re uninitialized use

pull/1332/head
Behdad Esfahbod 6 years ago
parent 1b7bfb5e18
commit 7e998d193a
  1. 1
      src/hb-ot-layout-common.hh

@ -1110,6 +1110,7 @@ struct Coverage
{
inline Iter (const Coverage &c_)
{
memset (this, 0, sizeof (*this));
format = c_.u.format;
switch (format)
{

Loading…
Cancel
Save