
5 Jan
2023
5 Jan
'23
8:40 a.m.
On Thu, Jan 05, 2023 at 09:34:56 +0100, Michal Privoznik wrote:
The virDomainCapsEnumFormat() function does not return anything but zero and none of its callers is interested in the failure anyways. Switch its return type from integer to void.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/conf/domain_capabilities.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>