mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-07-24 00:58:54 +03:00
libvirt-override: all flags should be defined as unsigned int
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
@ -2148,7 +2148,7 @@ libvirt_virConnectGetCPUModelNames(PyObject *self ATTRIBUTE_UNUSED,
|
||||
PyObject *rv = NULL, *pyobj_conn;
|
||||
char **models = NULL;
|
||||
size_t i;
|
||||
int flags = 0;
|
||||
unsigned int flags = 0;
|
||||
const char *arch = NULL;
|
||||
|
||||
if (!PyArg_ParseTuple(args, (char *)"OsI:virConnectGetCPUModelNames",
|
||||
|
Reference in New Issue
Block a user