Re: [PATCH v3 04/25] virTypedParameterAssignValueVArgs: Ensure proper typed param type in caller

2023-04-19 Thread Martin Kletzander
On Wed, Apr 19, 2023 at 02:04:21PM +0200, Peter Krempa wrote: There are two callers of virTypedParameterAssignValueVArgs. - 'virTypedParameterAssignValue' always uses the correct type, thus doesn't need to be modified. Just use the proper type in the function declaration -

[PATCH v3 04/25] virTypedParameterAssignValueVArgs: Ensure proper typed param type in caller

2023-04-19 Thread Peter Krempa
There are two callers of virTypedParameterAssignValueVArgs. - 'virTypedParameterAssignValue' always uses the correct type, thus doesn't need to be modified. Just use the proper type in the function declaration - 'virTypedParameterAssign' can get improper type, but we can move the