diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-09 12:02:42 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-10-27 09:39:08 +0200 |
commit | 63ba5e13b9943ea6ab228126ccf4ca3c97b7b66b (patch) | |
tree | c85cc7f0ef633a733f7b76a60e6dde946995ce98 /include/hw/intc | |
parent | a95260486aa7e78d7c7194eba65cf03311ad94ad (diff) | |
download | qemu-63ba5e13b9943ea6ab228126ccf4ca3c97b7b66b.zip qemu-63ba5e13b9943ea6ab228126ccf4ca3c97b7b66b.tar.gz qemu-63ba5e13b9943ea6ab228126ccf4ca3c97b7b66b.tar.bz2 |
system/qtest: Clean up global variable shadowing in qtest_server_init()
Rename the variable to fix:
softmmu/qtest.c:869:13: error: declaration shadows a variable in the global scope [-Werror,-Wshadow]
Object *qtest;
^
softmmu/qtest.c:53:15: note: previous declaration is here
static QTest *qtest;
^
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20231009100251.56019-2-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/hw/intc')
0 files changed, 0 insertions, 0 deletions