提交 818b8601 编写于 作者: L lideshou

fix warning unused params

Signed-off-by: Nlideshou <lideshou02@163.com>
上级 c906d69b
......@@ -142,6 +142,9 @@ static int GetSha256Value(const char *input, char *udid, int udidSize)
#else
static int GetSha256Value(const char *input, char *udid, int udidSize)
{
(void)input;
(void)udid;
(void)udidSize;
return EC_FAILURE;
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册