diff options
author | Victor Erminpour <victor.erminpour@oracle.com> | 2022-02-09 16:30:27 -0800 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2022-02-15 23:19:56 +0100 |
commit | 85bcb01f145dc32e7f88e6eebb3b5f96d3b56eb6 (patch) | |
tree | 7e25afe7a95ee868882238534a742fe401e299ca /drivers/rtc/rtc-pcf2127.c | |
parent | 2ca03e29e64bf41e8defb8a8c6b9d1b842875e87 (diff) | |
download | linux-85bcb01f145dc32e7f88e6eebb3b5f96d3b56eb6.tar.bz2 |
rtc: pcf8523: Fix GCC 12 warning
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;
|
./drivers/rtc/rtc-pcf8523.c:245:21: error: statement will never be executed [-Werror=switch-unreachable]
245 | u32 value;
| ^~~~~
Signed-off-by: Victor Erminpour <victor.erminpour@oracle.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/1644453027-886-1-git-send-email-victor.erminpour@oracle.com
Diffstat (limited to 'drivers/rtc/rtc-pcf2127.c')
0 files changed, 0 insertions, 0 deletions