summaryrefslogtreecommitdiff
path: root/src/hb-ot-vorg-table.hh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-10-26 21:01:11 -0700
committerBehdad Esfahbod <behdad@behdad.org>2018-10-26 21:22:26 -0700
commit39bd07aed5fe6ccddde53206bafceec32d56dcc1 (patch)
treec9eacc116bf34a61413c7fa79c3aa4863e4e51b4 /src/hb-ot-vorg-table.hh
parentb2e1ec374cbd2a6e4d79419bd5601a4e2ecb9864 (diff)
downloadharfbuzz-39bd07aed5fe6ccddde53206bafceec32d56dcc1.tar.gz
Fix bunch of unused parameter warnings
Show up with gcc -O0. There's a few more but those are functions that need to be filled in. Maybe this is a lost battle...
Diffstat (limited to 'src/hb-ot-vorg-table.hh')
-rw-r--r--src/hb-ot-vorg-table.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-ot-vorg-table.hh b/src/hb-ot-vorg-table.hh
index b6494b51..98af00e1 100644
--- a/src/hb-ot-vorg-table.hh
+++ b/src/hb-ot-vorg-table.hh
@@ -70,7 +70,7 @@ struct VORG
return defaultVertOriginY;
}
- inline bool _subset (const hb_subset_plan_t *plan,
+ inline bool _subset (const hb_subset_plan_t *plan HB_UNUSED,
const VORG *vorg_table,
const hb_vector_t<VertOriginMetric> &subset_metrics,
unsigned int dest_sz,