mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix build on mingw
Add missing ATTRIBUTE_UNUSED markers.
This commit is contained in:
parent
cb104ef734
commit
2764977314
@ -1298,8 +1298,8 @@ virSecurityDACGetProcessLabelInternal(pid_t pid,
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
static int
|
static int
|
||||||
virSecurityDACGetProcessLabelInternal(pid_t pid,
|
virSecurityDACGetProcessLabelInternal(pid_t pid ATTRIBUTE_UNUSED,
|
||||||
virSecurityLabelPtr seclabel)
|
virSecurityLabelPtr seclabel ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
virReportSystemError(ENOSYS, "%s",
|
virReportSystemError(ENOSYS, "%s",
|
||||||
_("Cannot get process uid and gid on this platform"));
|
_("Cannot get process uid and gid on this platform"));
|
||||||
|
Loading…
Reference in New Issue
Block a user