devkitPro/libgba

WStrict-Prototypes compilation warnings

Lorenzooone opened this issue · 1 comments

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.

PRs are, of course, welcome.