qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/5] linux-user/flatload: clean up local variable shadowing


From: Thomas Huth
Subject: Re: [PATCH 1/5] linux-user/flatload: clean up local variable shadowing
Date: Fri, 6 Oct 2023 11:59:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1

On 25/09/2023 17.10, Laurent Vivier wrote:
Fix following warnings:

.../linux-user/flatload.c: In function 'load_flt_binary':
.../linux-user/flatload.c:758:23: warning: declaration of 'p' shadows a 
previous local [-Wshadow=compatible-local]
   758 |             abi_ulong p;
       |                       ^
../../../Projects/qemu/linux-user/flatload.c:722:15: note: shadowed declaration 
is here
   722 |     abi_ulong p;
       |               ^

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
  linux-user/flatload.c | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]