mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
fbc949cc47
With gcc-8.2.1 on Fedora29, there are the errors below. ../core/z80/z80.c:470:21: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] PROTOTYPES(Z80op,op); ^ ../core/z80/z80.c:471:21: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] PROTOTYPES(Z80cb,cb); ^ ../core/z80/z80.c:472:21: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] PROTOTYPES(Z80dd,dd); ^ ../core/z80/z80.c:473:21: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] PROTOTYPES(Z80ed,ed); ^ ../core/z80/z80.c:474:21: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] PROTOTYPES(Z80fd,fd); ^ ../core/z80/z80.c:475:25: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] PROTOTYPES(Z80xycb,xycb); ^ make: *** [Makefile.sdl2:183: build_sdl2/z80.o] Error 1 |
||
---|---|---|
.. | ||
osd_cpu.h | ||
z80.c | ||
z80.h |