
16 Apr
2019
16 Apr
'19
2:47 p.m.
On Mon, Apr 15, 2019 at 06:01:57PM +0200, Peter Krempa wrote:
The return statement after the infinite loop without a break is there to appease the compiler. Make it return NULL as it would be a failure if control flow reaches that point.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_qapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano