RetroArch/gfx/common
orbea 2d19885a17 C89_BUILD: Fix some clang compiler errors
Fixes the following -Werror warnings with C89_BUILD=1 and clang.

gfx/common/x11_common.c:407:17: warning: ISO C90 forbids mixing declarations and code [-Wdeclaration-after-statement]
         Status status = 0;
                ^
libretro-common/formats/libchdr/chd.c:639:12: warning: ISO C90 forbids mixing declarations and code [-Wdeclaration-after-statement]
                uint8_t *sector = &dest[framenum * CD_FRAME_SIZE];
                         ^
libretro-common/formats/libchdr/chd.c:723:12: warning: ISO C90 forbids mixing declarations and code [-Wdeclaration-after-statement]
                uint8_t *sector = &dest[framenum * CD_FRAME_SIZE];
                         ^
2018-01-03 16:53:11 -08:00
..
caca_common.h Header update #1 2017-01-22 13:40:32 +01:00
ctr_common.h Header update #1 2017-01-22 13:40:32 +01:00
d3d_common.c Updates 2018-01-03 20:48:33 +01:00
d3d_common.h Create d3d_font_indirect 2018-01-03 19:03:19 +01:00
dbus_common.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
dbus_common.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
drm_common.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
drm_common.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
egl_common.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
egl_common.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
gdi_common.h GDI: fix flickering of text 2017-08-22 23:39:42 -04:00
gl_common.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
gl_common.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
gx2_common.h (WIIU) shader: use a single attribute stream. 2017-12-31 14:06:49 +01:00
vga_common.h DOS: add vga_common header 2017-01-22 10:47:11 -05:00
vita2d_common.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
vksym.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
vulkan_common.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
vulkan_common.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
wayland_common.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
win32_common.c win32: Show progress meter on taskbar for downloads (Windows 7 and up) 2018-01-01 02:08:09 -05:00
win32_common.h win32: Show progress meter on taskbar for downloads (Windows 7 and up) 2018-01-01 02:08:09 -05:00
x11_common.c C89_BUILD: Fix some clang compiler errors 2018-01-03 16:53:11 -08:00
x11_common.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
xinerama_common.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
xinerama_common.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00