[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140908160805.GT3001@console-pimps.org>
Date: Mon, 8 Sep 2014 17:08:05 +0100
From: Matt Fleming <matt@...sole-pimps.org>
To: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Cc: matt.fleming@...el.com, Mark Rustad <mark.d.rustad@...el.com>,
linux-efi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] efi: Resolve some shadow warnings
On Sat, 06 Sep, at 06:02:53AM, Jeff Kirsher wrote:
> From: Mark Rustad <mark.d.rustad@...el.com>
>
> It is a really bad idea to declare variables or parameters that
> have the same name as common types. It is valid C, but it gets
> surprising if a macro expansion attempts to declare an inner
> local with that type. Change the local names to eliminate the
> hazard.
>
> Change s16 => str16, s8 => str8.
>
> This resolves warnings seen when using W=2 during make, for instance:
>
> drivers/firmware/efi/vars.c: In function ‘dup_variable_bug’:
> drivers/firmware/efi/vars.c:324:44: warning: declaration of ‘s16’ shadows a global declaration [-Wshadow]
> static void dup_variable_bug(efi_char16_t *s16, efi_guid_t *vendor_guid,
>
> drivers/firmware/efi/vars.c:328:8: warning: declaration of ‘s8’ shadows a global declaration [-Wshadow]
> char *s8;
>
> Signed-off-by: Mark Rustad <mark.d.rustad@...el.com>
> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Thanks Jeff, Mark, applied.
--
Matt Fleming, Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists