#85 消除部分警告

This commit is contained in:
zhengchao
2018-11-26 16:27:06 +08:00
parent bd18a66a17
commit c31f7cbaa7
4 changed files with 8 additions and 6 deletions

View File

@@ -465,7 +465,7 @@ static void key_keeper_free_serialized(void* data)
static MESA_htable_handle create_hash_table(unsigned int slot_size, unsigned int expire_seconds)
{
int ret = 0;
UNUSED int ret = 0;
unsigned max_num = slot_size * 4;
MESA_htable_handle htable = MESA_htable_born();
ret = __wrapper_MESA_htable_set_opt_int(htable, MHO_SCREEN_PRINT_CTRL, 0);