mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-10 10:10:28 +03:00
Fix the following build failure with gcc 4.8 raised since bump to version 4.8.26 in commite648dfa6f7and8b4386df83: tty-ncurses.c: In function 'tty_colorize_area': tty-ncurses.c:575:5: error: 'for' loop initial declarations are only allowed in C99 mode for (int row = 0; row < rows; row++) ^ Fixes: - http://autobuild.buildroot.org/results/d9f0a11bde42fe6ae2e9449d3365609d59a6545d Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>