mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
conf: events: Fix coverity warning
Since 2bfa75134 virObjectEventNew can be passed a NULL 'uuid' value, so drop the ATTRIBUTE_NONNULL annotation
This commit is contained in:
parent
c0960aab7e
commit
e584615b81
@ -106,6 +106,6 @@ virObjectEventNew(virClassPtr klass,
|
||||
const unsigned char *uuid,
|
||||
const char *key)
|
||||
ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(2) ATTRIBUTE_NONNULL(5)
|
||||
ATTRIBUTE_NONNULL(6) ATTRIBUTE_NONNULL(7);
|
||||
ATTRIBUTE_NONNULL(7);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user