diff options
author | Andre Przywara <andre.przywara@arm.com> | 2025-03-27 15:33:07 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-04-08 16:23:51 -0600 |
commit | 64bc0124581b49093f5c348f5debe8889a56fedd (patch) | |
tree | 560ddb8ba00b2a9addfb056ebf8864353bab86a0 /tools/u_boot_pylib/test_util.py | |
parent | 960d3d933dbda88aed6d4fcf0711dbc7448ffd83 (diff) |
mtd: ubi: annotate fallthrough
The UBI code uses an implicit switch/case fallthrough when handling two
related cases of bad header errors. Also there is a switch/case for unit
prefix handling (G/M/K), which accumulates multiplications.
Add our "fallthrough;" statement-like macro before the respective labels
in both cases, to avoid a warning when GCC's -Wimplicit-fallthrough
warning option is enabled.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'tools/u_boot_pylib/test_util.py')
0 files changed, 0 insertions, 0 deletions