提交 51a0129f 编写于 作者: R Rod Sheeter

[subset] Thar be comparison of integers of different signs

上级 14e3b0cf
......@@ -175,7 +175,7 @@ static inline void hb_test_assert_blobs_equal (hb_blob_t *expected_blob, hb_blob
g_assert_cmpint(expected_length, ==, actual_length);
if (memcmp (raw_expected, raw_actual, expected_length) != 0)
{
for (int i = 0; i < expected_length; i++)
for (unsigned int i = 0; i < expected_length; i++)
{
int expected = *(raw_expected + i);
int actual = *(raw_actual + i);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册