提交 e8860fdc 编写于 作者: B Behdad Esfahbod

Fix more warning

上级 af349ee3
......@@ -233,7 +233,7 @@ struct CFFIndex
inline unsigned int max_offset (void) const
{
unsigned int max = 0;
for (unsigned int i = 0; i < count + 1; i++)
for (unsigned int i = 0; i < count + 1u; i++)
{
unsigned int off = offset_at (i);
if (off > max) max = off;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册