mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 14:57:42 +00: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
|
||||
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"));
|
||||
|
Loading…
Reference in New Issue
Block a user