diff options
author | 2023-10-09 12:02:45 +0200 | |
---|---|---|
committer | 2023-10-27 09:39:08 +0200 | |
commit | e33ba60bdb4729b6a2531a7d964550e27f3c100e (patch) | |
tree | f3ba775564322ab77306d89d87bec80755fecbca /hw/core/machine-hmp-cmds.c | |
parent | tests/virtio-scsi: Clean up global variable shadowing (diff) | |
download | qemu-e33ba60bdb4729b6a2531a7d964550e27f3c100e.tar.xz qemu-e33ba60bdb4729b6a2531a7d964550e27f3c100e.zip |
tests/cdrom-test: Clean up global variable shadowing in prepare_image()
Rename the variable to fix:
tests/qtest/cdrom-test.c:40:50: error: declaration shadows a variable in the global scope [-Werror,-Wshadow]
static int prepare_image(const char *arch, char *isoimage)
^
tests/qtest/cdrom-test.c:18:13: note: previous declaration is here
static char isoimage[] = "cdrom-boot-iso-XXXXXX";
^
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-ID: <20231009100251.56019-5-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/core/machine-hmp-cmds.c')
0 files changed, 0 insertions, 0 deletions