RetroArch/libretro-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
..
C89
2017-12-31 23:46:11 +01:00
2018-01-01 14:35:47 +01:00
2018-01-03 12:14:08 +01:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2017-12-04 04:30:28 +01:00
2017-12-12 00:24:18 -08:00
2018-01-03 17:28:41 +01:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2017-12-26 09:45:45 +01:00
2018-01-02 06:35:07 +01:00
2018-01-01 08:03:04 +01:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2018-01-01 08:03:04 +01:00
2016-07-11 23:40:24 +02:00
2016-04-23 10:40:46 +02:00