mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
Newer GCC versions are able to warn about switch cases that fall through. This is usually a sign of a forgotten break statement, but in the few cases where a fall through is intended we annotate it with this macro to avoid the warning.