diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-09 10:13:41 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-20 14:46:07 +0200 |
commit | 2277fbfde16582b76254f8bbbebfb969d0dbef3c (patch) | |
tree | 7bdc3fc4fa6873d7faac8da410c1fdedbceba3ae /fsdev | |
parent | 203713b581e6b1d5095a2703e41172b9f2211d66 (diff) | |
download | qemu-2277fbfde16582b76254f8bbbebfb969d0dbef3c.zip qemu-2277fbfde16582b76254f8bbbebfb969d0dbef3c.tar.gz qemu-2277fbfde16582b76254f8bbbebfb969d0dbef3c.tar.bz2 |
hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init()
Fix:
hw/acpi/pcihp.c:499:36: error: declaration shadows a variable in the global scope [-Werror,-Wshadow]
MemoryRegion *address_space_io,
^
include/exec/address-spaces.h:35:21: note: previous declaration is here
extern AddressSpace address_space_io;
^
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Ani Sinha <anisinha@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20231010115048.11856-5-philmd@linaro.org>
Diffstat (limited to 'fsdev')
0 files changed, 0 insertions, 0 deletions