devinacker / bsnes-plus

debug-oriented fork of bsnes
http://bsnes.revenant1.net
327 stars 94 forks source link

make output now gives no warnings #327

Open jeffythedragonslayer opened 2 years ago

jeffythedragonslayer commented 2 years ago

I do not know if turning the dynamic exception specifications into comments will break anything yet.

devinacker commented 2 years ago

The dynamic exception specifications should really just be removed altogether, since AFAIK they won't even compile anymore as of c++17. In any case, I don't want to use GCC-specific pragmas to disable warnings instead of just fixing whatever's causing the warning in the first place.