mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
Later GCC versions are apparently more permissive than older versions
when it comes to variable declarations not part of a block (ie {} that
immediately follows a case statement.
This resulted in every non-simulator device target failing to build,
along with sim build on older compilers. I should have caught this in
the review; mea culpa.
Change-Id: Id32e085e34601cca7be273ed45711a4b8ee182a0
|
||
|---|---|---|
| .. | ||
| skin_backdrops.c | ||
| skin_display.c | ||
| skin_display.h | ||
| skin_engine.c | ||
| skin_engine.h | ||
| skin_parser.c | ||
| skin_render.c | ||
| skin_tokens.c | ||
| skin_touchsupport.c | ||
| wps_internals.h | ||