[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <164496360741.65425.10517543967622435540.b4-ty@bootlin.com>
Date: Tue, 15 Feb 2022 23:20:14 +0100
From: Alexandre Belloni <alexandre.belloni@...tlin.com>
To: Victor Erminpour <victor.erminpour@...cle.com>,
a.zummo@...ertech.it
Cc: Alexandre Belloni <alexandre.belloni@...tlin.com>,
trivial@...nel.org, linux-rtc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] rtc: pcf8523: Fix GCC 12 warning
On Wed, 9 Feb 2022 16:30:27 -0800, Victor Erminpour wrote:
> When building with automatic stack variable initialization, GCC 12
> complains about variables defined outside of switch case statements.
> Move variables outside the switch, which silences warnings:
>
> ./drivers/rtc/rtc-pcf8523.c:284:20: error: statement will never be executed [-Werror=switch-unreachable]
> 284 | u8 mode;
> |
>
> [...]
Applied, thanks!
[1/1] rtc: pcf8523: Fix GCC 12 warning
commit: 85bcb01f145dc32e7f88e6eebb3b5f96d3b56eb6
Best regards,
--
Alexandre Belloni <alexandre.belloni@...tlin.com>
Powered by blists - more mailing lists