hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.41k stars 2.19k forks source link

GCC/llvm: Enable a lot more warnings, error on missing return value #19580

Closed hrydgard closed 2 weeks ago

hrydgard commented 2 weeks ago

Should prevent #19579 from ever happening again, hopefully.

This is the key, and everyone should always enable it: -Werror=return-type