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@xxxxxxxxxxx>