mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
Fix the following build failure with gcc 4.8 raised since bump to version 1.20.0 in commitf94ba5c31cand80164ef300: ../src/wayland-util.c: In function 'for_each_helper': ../src/wayland-util.c:373:2: error: 'for' loop initial declarations are only allowed in C99 mode for (size_t idx = 0; idx < count; idx++) { ^ ../src/wayland-util.c:373:2: note: use option -std=c99 or -std=gnu99 to compile your code Fixes: - http://autobuild.buildroot.org/results/3040c9a8cf08415a7f4338185f6dc7245c68c64c Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>