On Friday, July 12, 2019 11:01:21 AM CEST Arnd Bergmann wrote:
> clang gets confused by an uninitialized variable in what looks
> to it like a never executed code path:
>
> arch/x86/kernel/acpi/boot.c:618:13: error: variable 'polarity' is
> uninitialized when used here [-Werror,-Wuninitialized]
>
On Fri, Jul 12, 2019 at 11:01:21AM +0200, Arnd Bergmann wrote:
> clang gets confused by an uninitialized variable in what looks
> to it like a never executed code path:
>
> arch/x86/kernel/acpi/boot.c:618:13: error: variable 'polarity' is
> uninitialized when used here [-Werror,-Wuninitialized]
>
On Fri, Jul 12, 2019 at 11:01:21AM +0200, Arnd Bergmann wrote:
> clang gets confused by an uninitialized variable in what looks
> to it like a never executed code path:
>
> arch/x86/kernel/acpi/boot.c:618:13: error: variable 'polarity' is
> uninitialized when used here [-Werror,-Wuninitialized]
>
clang gets confused by an uninitialized variable in what looks
to it like a never executed code path:
arch/x86/kernel/acpi/boot.c:618:13: error: variable 'polarity' is uninitialized
when used here [-Werror,-Wuninitialized]
polarity = polarity ? ACPI_ACTIVE_LOW : ACPI_ACTIVE_HIGH;
4 matches
Mail list logo