#85 消除部分警告
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user