Commit Graph

9 Commits

Author SHA1 Message Date
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
Wolfgang Thaller
898ebff404 improve MultiversalInterfaces compatibility 2019-09-09 01:05:01 +02:00
Wolfgang Thaller
e5185d23c3 Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
Wolfgang Thaller
f16edcfbef another attempt at fixing dependencies 2019-08-12 22:37:22 +02:00
Ezra Buehler
b6ad702a0f Samples: fix build for WDEF 2019-07-22 10:48:20 -04:00
Wolfgang Thaller
c1839aed89 minor cmakelists cleanup 2019-01-22 18:29:03 +01:00
Wolfgang Thaller
310ad344c2 Calling RecoverHandle on the wrong address is bad, so don't, for now. (see #33) 2018-04-17 19:07:48 +02:00
Wolfgang Thaller
12270f7caa WDEF sample: PowerPC support 2018-01-07 17:28:28 +01:00
Wolfgang Thaller
e608b466ce New Sample Program: WDEF 2018-01-06 03:11:48 +01:00