diff options
| author | Markus Armbruster <armbru@redhat.com> | 2023-09-21 14:13:10 +0200 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2023-09-29 08:13:57 +0200 |
| commit | d25b99c72b0178ce0e0c766b07011102dbbacf6a (patch) | |
| tree | fec9032aa10bcc19a44b8a472903a783283edd7b /include/qemu/compiler.h | |
| parent | 6a0f7ff7dd2034fb167557f0444e1f1851dbd654 (diff) | |
| download | focaccia-qemu-d25b99c72b0178ce0e0c766b07011102dbbacf6a.tar.gz focaccia-qemu-d25b99c72b0178ce0e0c766b07011102dbbacf6a.zip | |
block/vdi: Clean up local variable shadowing
Local variables shadowing other local variables or parameters make the code needlessly hard to understand. Tracked down with -Wshadow=local. Clean up: delete inner declarations when they are actually redundant, else rename variables. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Message-ID: <20230921121312.1301864-6-armbru@redhat.com>
Diffstat (limited to 'include/qemu/compiler.h')
0 files changed, 0 insertions, 0 deletions