1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00
RetroArch/menu
orbea e1db3e7a6d C89_BUILD: Fix some clang compiler errors.
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
2018-01-03 12:19:16 -08:00
..
cbs Silence warnings/errors 2018-01-02 06:40:19 +01:00
drivers Remove C++ comments 2018-01-02 07:13:09 +01:00
drivers_display (WIIU) shader: use a single attribute stream. 2017-12-31 14:06:49 +01:00
widgets C89_BUILD: Fix some clang compiler errors. 2018-01-03 12:19:16 -08:00
menu_animation.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
menu_animation.h Reorder some struct members 2017-09-29 16:49:41 +02:00
menu_cbs.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
menu_cbs.h Add menu_networking.c/menu_networking.h 2017-12-13 03:35:12 +01:00
menu_content.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
menu_content.h Move code from menu_content.c to menu_cbs_ok.c 2017-05-27 03:51:56 +02:00
menu_displaylist.c Silence warnings/errors 2018-01-02 06:40:19 +01:00
menu_displaylist.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
menu_driver.c Move path_file_exists to filestream and do away with filestream 2017-12-14 20:05:46 +01:00
menu_driver.h theme: Add Monochrome Inverted icon theme 2017-12-28 09:10:58 -05:00
menu_entries.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
menu_entries.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
menu_event.c current_input_data and current_input are no longer globals 2017-12-29 23:03:25 +01:00
menu_event.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
menu_input.c current_input_data and current_input are no longer globals 2017-12-29 23:03:25 +01:00
menu_input.h Reorder from lowest to highest sized variables 2017-09-28 00:50:03 +02:00
menu_networking.c Buildfixes 2017-12-30 13:45:29 +01:00
menu_networking.h Buildfix 2017-12-30 13:48:21 +01:00
menu_setting.c Merge pull request #6027 from meepingsnesroms/master 2018-01-02 06:19:48 +01:00
menu_setting.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
menu_shader.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
menu_shader.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00