mirror of
https://github.com/autc04/Retro68.git
synced 2024-10-31 16:12:15 +00:00
8f68ffd203
Specify parameters for all C functions. Not specifying parameters is the same as specifying "void" in C++ and in C23 and later but that's not the case in C prior to C23. Compile C files with the same warnings as C++ files, additionally making the strict prototypes warning an error to catch such problems in the future. This commit isn't intended to address all the other warnings now being emitted. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
consolehooks.c | ||
glue.c | ||
LoadSeg.s | ||
malloc.c | ||
MultiSegApp.c | ||
PoorMansDebugging.h | ||
ppcfpsave.s | ||
ppcstart.c | ||
qdglobals.c | ||
relocate.c | ||
Retro68.r | ||
Retro68APPL.r | ||
Retro68Runtime.h | ||
RetroCarbonAPPL.r | ||
RetroPPCAPPL.r | ||
start.c | ||
syscalls.c |