]> git.proxmox.com Git - mirror_qemu.git/commit
dump: Silence compiler warning in dump code when compiling with -Wshadow
authorThomas Huth <thuth@redhat.com>
Wed, 4 Oct 2023 13:13:38 +0000 (15:13 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 6 Oct 2023 11:16:51 +0000 (13:16 +0200)
commit71efffbcfc4ee4fb68228e7bafcc35cc6b2d8af0
tree8225e26c7121972d6d4f68ce1a1c174279727013
parentda3182887cd3d3d02c3406549818cf222a9f0ca1
dump: Silence compiler warning in dump code when compiling with -Wshadow

Rename a variable to make this code compilable with -Wshadow.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20231004131338.215081-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-By: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
dump/dump.c