Re: [libvirt] [PATCH] Fix compiler warnings in virsh.c

2010-03-12 Thread Daniel Veillard
On Thu, Mar 11, 2010 at 04:39:35PM -0500, Laine Stump wrote: No functional change. These all generated compiler warnings which, for some reason weren't converted to errors by --enable-compiler-warnings=error. * tools/virsh.c: * change return type frmo int to void on two functions that

[libvirt] [PATCH] Fix compiler warnings in virsh.c

2010-03-11 Thread Laine Stump
No functional change. These all generated compiler warnings which, for some reason weren't converted to errors by --enable-compiler-warnings=error. * tools/virsh.c: * change return type frmo int to void on two functions that don't return a value. * remove unused variables/labels from two