#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

@@ -209,6 +209,7 @@ static void tfe_rpc_on_succ(void* result, void* user)
printf("len is %d\n", len);
struct keyring* kyr = get_keyring_from_response(data);
assert(kyr!=NULL);
(void)kyr;
//add to hash table
}