Retro68/AutomatedTests
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 add test cases for r_68k_pc32 2020-12-28 19:35:51 +01:00
Empty.c Declare all C function parameters 2022-12-05 06:48:30 -06:00
Exceptions.cc add automated test for exception handling 2019-01-13 21:43:38 +01:00
File.c Declare all C function parameters 2022-12-05 06:48:30 -06:00
Init.cc Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
Log.c Declare all C function parameters 2022-12-05 06:48:30 -06:00
PCRel32.c Declare all C function parameters 2022-12-05 06:48:30 -06:00
PascalTrap.c Declare all C function parameters 2022-12-05 06:48:30 -06:00
ReallyEmpty.c Declare all C function parameters 2022-12-05 06:48:30 -06:00
Segment1.c Declare all C function parameters 2022-12-05 06:48:30 -06:00
Segment2.c Declare all C function parameters 2022-12-05 06:48:30 -06:00
Segments.segmap test: Segments 2017-10-08 19:30:54 +02:00
StdIO.c Declare all C function parameters 2022-12-05 06:48:30 -06:00
Test.c Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
Test.h add test cases for r_68k_pc32 2020-12-28 19:35:51 +01:00
Timeout.c Declare all C function parameters 2022-12-05 06:48:30 -06:00
ZeroInitialized.c Declare all C function parameters 2022-12-05 06:48:30 -06:00