mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
util: Remove NONNULL(1) for virNetDevMacVLanDeleteWithVPortProfile
Since the source code checks 'ifname' for NULL before using, the prototype doesn't need the NONNULL
This commit is contained in:
parent
5482db8176
commit
73f5256b4c
@ -88,7 +88,7 @@ int virNetDevMacVLanDeleteWithVPortProfile(const char *ifname,
|
||||
int mode,
|
||||
virNetDevVPortProfilePtr virtPortProfile,
|
||||
char *stateDir)
|
||||
ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(2) ATTRIBUTE_NONNULL(3)
|
||||
ATTRIBUTE_NONNULL(2) ATTRIBUTE_NONNULL(3)
|
||||
ATTRIBUTE_NONNULL(6) ATTRIBUTE_RETURN_CHECK;
|
||||
|
||||
int virNetDevMacVLanRestartWithVPortProfile(const char *cr_ifname,
|
||||
|
Loading…
x
Reference in New Issue
Block a user