added some type castings and changed the type of two variables for iteration

This commit is contained in:
2018-07-01 13:17:42 +00:00
parent b4463e8b84
commit 4280387771
2 changed files with 3 additions and 3 deletions

View File

@ -2051,7 +2051,7 @@ void hcl_server_close (hcl_server_t* server)
static HCL_INLINE int prepare_to_acquire_wid (hcl_server_t* server)
{
hcl_oow_t new_capa;
hcl_ooi_t i, j;
hcl_oow_t i, j;
hcl_server_wid_map_data_t* tmp;
HCL_ASSERT (server->dummy_hcl, server->wid_map.free_first == HCL_SERVER_WID_INVALID);