未验证 提交 55ebe0f3 编写于 作者: O openharmony_ci 提交者: Gitee

!1088 【OpenHarmony开源贡献者计划2022】fix warning: unused parameter 'tab'

Merge pull request !1088 from 月半/master
......@@ -60,6 +60,7 @@ static HashNode *GetHashNodeByNode(const HashTab *tab, const HashNode *root, con
static HashNode *GetHashNodeByKey(const HashTab *tab, const HashNode *root, const void *key, HashKeyCompare keyCompare)
{
(void)tab;
HashNode *node = (HashNode *)root;
while (node != NULL) {
int ret = keyCompare(node, key);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册