mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 10:38:53 +08:00
nghttpx: Fix compile error with gcc
This commit is contained in:
@@ -89,7 +89,7 @@ void test_shrpx_ssl_create_lookup_tree(void) {
|
|||||||
tree->add_cert(names[idx], idx);
|
tree->add_cert(names[idx], idx);
|
||||||
}
|
}
|
||||||
for (size_t i = 0; i < num; ++i) {
|
for (size_t i = 0; i < num; ++i) {
|
||||||
CU_ASSERT(i == tree->lookup(names[i]));
|
CU_ASSERT((ssize_t)i == tree->lookup(names[i]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user