提交 3a88f55c 编写于 作者: B Behdad Esfahbod

Move location of HB_UNUSED to make MSVC happy

上级 1ae26588
...@@ -47,9 +47,9 @@ ...@@ -47,9 +47,9 @@
#include "hb-ot-layout-gpos-table.hh" #include "hb-ot-layout-gpos-table.hh"
static HB_UNUSED unsigned int static unsigned int
_plan_estimate_subset_table_size (hb_subset_plan_t *plan, _plan_estimate_subset_table_size (hb_subset_plan_t *plan,
unsigned int table_len) unsigned int table_len) HB_UNUSED
{ {
unsigned int src_glyphs = plan->source->get_num_glyphs (); unsigned int src_glyphs = plan->source->get_num_glyphs ();
unsigned int dst_glyphs = plan->glyphset ()->get_population (); unsigned int dst_glyphs = plan->glyphset ()->get_population ();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册