Re: [PATCH] xen/efi: Reduce variable scope to void compiler warning

2025-07-29 Thread Andrew Cooper
On 21/07/2025 9:37 am, Frediano Ziglio wrote: > This change removes some pieve of code working around with > some compiler warnings. > No functional change. > > Signed-off-by: Frediano Ziglio "Piece", although peeve would almost work in context.  Can be fixed on commit. ~Andrew

Re: [PATCH] xen/efi: Reduce variable scope to void compiler warning

2025-07-29 Thread Marek Marczykowski-Górecki
On Mon, Jul 21, 2025 at 09:37:06AM +0100, Frediano Ziglio wrote: > This change removes some pieve of code working around with > some compiler warnings. > No functional change. > > Signed-off-by: Frediano Ziglio Acked-by: Marek Marczykowski-Górecki > --- > xen/common/efi/boot.c | 15 --

[PATCH] xen/efi: Reduce variable scope to void compiler warning

2025-07-21 Thread Frediano Ziglio
This change removes some pieve of code working around with some compiler warnings. No functional change. Signed-off-by: Frediano Ziglio --- xen/common/efi/boot.c | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/xen/common/efi/boot.c b/xen/common/efi/boot.c ind