未验证 提交 52e465a7 编写于 作者: O openharmony_ci 提交者: Gitee

!84 fix code warning

Merge pull request !84 from liubb_0516/ipc_dev
......@@ -86,7 +86,8 @@ int32_t SetContextObject(SvcIdentity target)
return SetRegistryObject(target);
}
int32_t SendRequest(SvcIdentity target, uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option, uintptr_t *buffer)
int32_t SendRequest(SvcIdentity target, uint32_t code, IpcIo *data, IpcIo *reply,
MessageOption option, uintptr_t *buffer)
{
if (GetCurrentSkeleton() == NULL) {
RPC_LOG_ERROR("init ipc process skeleton failed.");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册