Fix -Wunused-function on HB_NO_SHAPE_AAT
We should add a bot for it Part of #1652
This commit is contained in:
parent
c73d7ba75d
commit
9e7c9c3adb
|
@ -55,6 +55,7 @@ hb_ot_shape_collect_features (hb_ot_shape_planner_t *planner,
|
||||||
const hb_feature_t *user_features,
|
const hb_feature_t *user_features,
|
||||||
unsigned int num_user_features);
|
unsigned int num_user_features);
|
||||||
|
|
||||||
|
#ifndef HB_NO_SHAPE_AAT
|
||||||
static inline bool
|
static inline bool
|
||||||
_hb_apply_morx (hb_face_t *face)
|
_hb_apply_morx (hb_face_t *face)
|
||||||
{
|
{
|
||||||
|
@ -69,6 +70,7 @@ _hb_apply_morx (hb_face_t *face)
|
||||||
0, nullptr, nullptr)) &&
|
0, nullptr, nullptr)) &&
|
||||||
hb_aat_layout_has_substitution (face);
|
hb_aat_layout_has_substitution (face);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
hb_ot_shape_planner_t::hb_ot_shape_planner_t (hb_face_t *face,
|
hb_ot_shape_planner_t::hb_ot_shape_planner_t (hb_face_t *face,
|
||||||
const hb_segment_properties_t *props) :
|
const hb_segment_properties_t *props) :
|
||||||
|
|
Loading…
Reference in New Issue