提交 27649773 编写于 作者: J Ján Tomko

Fix build on mingw

Add missing ATTRIBUTE_UNUSED markers.
上级 cb104ef7
......@@ -1298,8 +1298,8 @@ virSecurityDACGetProcessLabelInternal(pid_t pid,
}
#else
static int
virSecurityDACGetProcessLabelInternal(pid_t pid,
virSecurityLabelPtr seclabel)
virSecurityDACGetProcessLabelInternal(pid_t pid ATTRIBUTE_UNUSED,
virSecurityLabelPtr seclabel ATTRIBUTE_UNUSED)
{
virReportSystemError(ENOSYS, "%s",
_("Cannot get process uid and gid on this platform"));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册