mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
In 2ae3c890bd
, -Wimplicit-fallthrough=0 was
added to get the build to pass. This option is equivalent to
-Wno-implicit-fallthrough, and the latter is compatible with clang (while
the former is not).
Fixes issue #7546.
Signed-off-by: Damien George <damien@micropython.org>