diff --git a/src/hb-shape-plan.cc b/src/hb-shape-plan.cc index f97aaed11..3e7173e62 100644 --- a/src/hb-shape-plan.cc +++ b/src/hb-shape-plan.cc @@ -117,7 +117,7 @@ hb_shape_plan_key_t::init (bool copy, } else { - const hb_shaper_entry_t *shapers = _hb_shapers_get (); + const HB_UNUSED hb_shaper_entry_t *shapers = _hb_shapers_get (); for (unsigned int i = 0; i < HB_SHAPERS_COUNT; i++) if (false) ; diff --git a/src/hb-shaper.cc b/src/hb-shaper.cc index da4253ed6..a900ac699 100644 --- a/src/hb-shaper.cc +++ b/src/hb-shaper.cc @@ -64,7 +64,7 @@ static struct hb_shapers_lazy_loader_t : hb_lazy_loader_t