aldelaro5 / dolphin-memory-engine

A RAM search made specifically to search, monitor and edit the Dolphin emulator's emulated memory
MIT License
163 stars 38 forks source link

Enable compile warnings. #128

Closed cristian64 closed 4 months ago

cristian64 commented 4 months ago

All warnings have been promoted to errors on Unix compilers via -Werror. All warnings (with a couple of exceptions in Clang) have been addressed.

dreamsyntax commented 4 months ago

https://github.com/aldelaro5/dolphin-memory-engine/issues/119

cristian64 commented 4 months ago

119

Sorry; forgot to comment on this. This PR was only to address warnings in Unix systems, so #119 has not been addressed as part of this. (In fact, now there are even more warnings that need to be addressed on MSVC, as /W4 was been enabled.)