Merge pull request #8695 from orbea/c89

Fix C89_BUILD=1 with clang.
This commit is contained in:
Twinaphex 2019-05-05 01:19:14 +02:00 committed by GitHub
commit f5879dfad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -81,4 +81,4 @@ bool menu_widgets_set_message(char *message);
* enable_menu_widgets to true for that driver */
void menu_widgets_frame(video_frame_info_t *video_info);
#endif
#endif

View File

@ -10,6 +10,7 @@ HAVE_DEBUG=no # Enable a debug build
HAVE_LIBRETRODB=yes # Libretrodb support
HAVE_MENU=yes # Enable menu drivers
HAVE_MENU_WIDGETS=yes # Enable menu widgets
CXX_MENU_WIDGETS=no
HAVE_RGUI=auto # RGUI menu
HAVE_MATERIALUI=auto # MaterialUI menu
HAVE_XMB=auto # XMB menu