mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
e1db3e7a6d
Fixes these two compile errors with C89_BUILD=1 configuration.c:2028:9: error: ISO C90 forbids mixing declarations and code [-Werror,-Wdeclaration-after-statement] bool has_application_data = ^ 1 error generated. make: *** [Makefile:164: obj-unix/configuration.o] Error 1 In file included from menu/widgets/menu_osk.c:42: menu/widgets/menu_osk_utf8_pages.h:62:94: error: no newline at end of file [-Werror,-Wnewline-eof] "ヤ","ユ","ヨ","ワ","ヲ","ァ","ィ","ゥ","ェ","ォ","⊕"}; ^ 1 error generated. make: *** [Makefile:163: obj-unix/menu/widgets/menu_osk.o] Error 1 |
||
---|---|---|
.. | ||
cbs | ||
drivers | ||
drivers_display | ||
widgets | ||
menu_animation.c | ||
menu_animation.h | ||
menu_cbs.c | ||
menu_cbs.h | ||
menu_content.c | ||
menu_content.h | ||
menu_displaylist.c | ||
menu_displaylist.h | ||
menu_driver.c | ||
menu_driver.h | ||
menu_entries.c | ||
menu_entries.h | ||
menu_event.c | ||
menu_event.h | ||
menu_input.c | ||
menu_input.h | ||
menu_networking.c | ||
menu_networking.h | ||
menu_setting.c | ||
menu_setting.h | ||
menu_shader.c | ||
menu_shader.h |