Retro68/libretro
Ryan Schmidt 8f68ffd203 Declare all C function parameters
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.
2022-12-05 06:48:30 -06:00
..
CMakeLists.txt Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
LoadSeg.s Fix typos in comments in libretro 2022-10-05 19:53:00 -05:00
MultiSegApp.c Declare all C function parameters 2022-12-05 06:48:30 -06:00
PoorMansDebugging.h Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
Retro68.r output of elf2mac is now a piece of code with no headers with its entry point at the start. No more FLT file format. 2017-09-24 00:32:13 +02:00
Retro68APPL.r improve MultiversalInterfaces compatibility 2019-09-09 01:05:01 +02:00
Retro68Runtime.h Declare all C function parameters 2022-12-05 06:48:30 -06:00
RetroCarbonAPPL.r Carbon requires certain 'SIZE' flags to be set 2019-11-12 00:09:00 +01:00
RetroPPCAPPL.r update SIZE resources 2019-09-09 22:14:01 +02:00
consolehooks.c Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
glue.c Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
malloc.c Declare all C function parameters 2022-12-05 06:48:30 -06:00
ppcfpsave.s update libretro for powerpc 2015-09-08 18:01:17 +02:00
ppcstart.c Declare all C function parameters 2022-12-05 06:48:30 -06:00
qdglobals.c update libretro for powerpc 2015-09-08 18:01:17 +02:00
relocate.c use plain GetResource instead of Get1Resource during initialization (#118) 2021-01-12 22:09:44 +01:00
start.c Declare all C function parameters 2022-12-05 06:48:30 -06:00
syscalls.c Fix typos in comments in libretro 2022-10-05 19:53:00 -05:00