On 09/10/2023 12.02, Philippe Mathieu-Daudé wrote:
Rename the variable to fix:

   tests/qtest/rtl8139-test.c:28:33: error: declaration shadows a variable in 
the global scope [-Werror,-Wshadow]
   static void save_fn(QPCIDevice *dev, int devfn, void *data)
                                   ^
   tests/qtest/rtl8139-test.c:37:17: error: declaration shadows a variable in 
the global scope [-Werror,-Wshadow]
       QPCIDevice *dev;
                   ^
   tests/qtest/rtl8139-test.c:25:20: note: previous declaration is here
   static QPCIDevice *dev;
                      ^

Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
  tests/qtest/rtl8139-test.c | 12 ++++++------
  1 file changed, 6 insertions(+), 6 deletions(-)

Reviewed-by: Thomas Huth <th...@redhat.com>


Reply via email to