Re: [PATCH] dump: Silence compiler warning in dump code when compiling with -Wshadow

2023-10-06 Thread Michael Tokarev
04.10.2023 16:13, Thomas Huth: Rename a variable to make this code compilable with -Wshadow. Signed-off-by: Thomas Huth Reviewed-By: Michael Tokarev dump/dump.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dump/dump.c b/dump/dump.c index d4ef713cd0..d3578d

Re: [PATCH] dump: Silence compiler warning in dump code when compiling with -Wshadow

2023-10-05 Thread Michael Tokarev
Applied to my trivial-patches tree, thanks! /mjt

Re: [PATCH] dump: Silence compiler warning in dump code when compiling with -Wshadow

2023-10-04 Thread Philippe Mathieu-Daudé
On 4/10/23 15:13, Thomas Huth wrote: Rename a variable to make this code compilable with -Wshadow. Signed-off-by: Thomas Huth --- dump/dump.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH] dump: Silence compiler warning in dump code when compiling with -Wshadow

2023-10-04 Thread Thomas Huth
Rename a variable to make this code compilable with -Wshadow. Signed-off-by: Thomas Huth --- dump/dump.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dump/dump.c b/dump/dump.c index d4ef713cd0..d3578ddc62 100644 --- a/dump/dump.c +++ b/dump/dump.c @@ -1872,20 +1872