Re: [PATCH] libvhost-user: Fix compiler warning with -Wshadow=local

2023-10-12 Thread Markus Armbruster
Thomas Huth writes: > Rename shadowing variables to make this code compilable > with -Wshadow=local. > > Signed-off-by: Thomas Huth Queued. Thanks!

Re: [PATCH] libvhost-user: Fix compiler warning with -Wshadow=local

2023-10-08 Thread Michael S. Tsirkin
On Fri, Oct 06, 2023 at 02:11:29PM +0200, Thomas Huth wrote: > Rename shadowing variables to make this code compilable > with -Wshadow=local. > > Signed-off-by: Thomas Huth Reviewed-by: Michael S. Tsirkin > --- > subprojects/libvhost-user/libvhost-user.c | 12 ++-- > 1 file changed,

[PATCH] libvhost-user: Fix compiler warning with -Wshadow=local

2023-10-06 Thread Thomas Huth
Rename shadowing variables to make this code compilable with -Wshadow=local. Signed-off-by: Thomas Huth --- subprojects/libvhost-user/libvhost-user.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/subprojects/libvhost-user/libvhost-user.c