mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-05 12:35:20 +00:00
cpu: Remove NONNULL(1) for cpuBaseline
Since the code checks and handles a NULL 'cpus' anyway, so no need for the NONNULL.
This commit is contained in:
parent
73f5256b4c
commit
0b785be4ca
@ -195,8 +195,7 @@ cpuBaseline (virCPUDefPtr *cpus,
|
|||||||
unsigned int ncpus,
|
unsigned int ncpus,
|
||||||
const char **models,
|
const char **models,
|
||||||
unsigned int nmodels,
|
unsigned int nmodels,
|
||||||
unsigned int flags)
|
unsigned int flags);
|
||||||
ATTRIBUTE_NONNULL(1);
|
|
||||||
|
|
||||||
int
|
int
|
||||||
virCPUUpdate(virArch arch,
|
virCPUUpdate(virArch arch,
|
||||||
|
Loading…
Reference in New Issue
Block a user