mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[subset] Fix warning
This commit is contained in:
parent
337ea0b717
commit
b2e1ec374c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ struct hb_subset_context_t :
|
|||
template <typename T>
|
||||
inline bool dispatch (const T &obj) { return obj.subset (this); }
|
||||
static bool default_return_value (void) { return true; }
|
||||
bool stop_sublookup_iteration (bool r) const { return false; }
|
||||
bool stop_sublookup_iteration (bool r HB_UNUSED) const { return false; }
|
||||
|
||||
hb_subset_plan_t *plan;
|
||||
hb_serialize_context_t *serializer;
|
||||
|
|
Loading…
Add table
Reference in a new issue