提交 0a01deb7 编写于 作者: B Behdad Esfahbod

One more warning fix

No idea where these appear from...
上级 f76e9f2e
...@@ -97,12 +97,12 @@ struct CFFIndex ...@@ -97,12 +97,12 @@ struct CFFIndex
unsigned int offset_array_size () const unsigned int offset_array_size () const
{ return calculate_offset_array_size (offSize, count); } { return calculate_offset_array_size (offSize, count); }
static unsigned int calculate_serialized_size (unsigned int offSize, unsigned int count, unsigned int dataSize) static unsigned int calculate_serialized_size (unsigned int offSize_, unsigned int count, unsigned int dataSize)
{ {
if (count == 0) if (count == 0)
return COUNT::static_size; return COUNT::static_size;
else else
return min_size + calculate_offset_array_size (offSize, count) + dataSize; return min_size + calculate_offset_array_size (offSize_, count) + dataSize;
} }
bool serialize (hb_serialize_context_t *c, const CFFIndex &src) bool serialize (hb_serialize_context_t *c, const CFFIndex &src)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册