devkitPro / libgba

C Library for Nintendo GBA
http://devkitpro.org/viewforum.php?f=5
Other
186 stars 25 forks source link

WStrict-Prototypes compilation warnings #15

Open Lorenzooone opened 1 year ago

Lorenzooone commented 1 year ago

Compiling with WStrict-Prototypes leads to all kinds of warnings due to parameterless function signatures/declarations in the include files not having "void" in the parameters. This can be a problem because it prevents using WError with WStrict-Prototypes.

WinterMute commented 7 months ago

PRs are, of course, welcome.