Commit graph

5 commits

Author SHA1 Message Date
Rupert Carmichael
cfb2ecaaa1 core: Fix a multitude of warnings
This commit is a culmination of many commits made in the upstream
repository at https://gitlab.com/jgemu/nestopia and fixes a number
of warnings, making the codebase far more robust:

-Wimplicit-fallthrough
-Wunused-local-typedefs
-Wunused-private-field
-Wmaybe-uninitialized
-Wunused-variable
-Warray-bounds
-Wdelete-non-virtual-dtor
-Wsequence-point
-Wparentheses
2025-03-08 19:53:25 -05:00
rdanbrook
48247682c1 Merge pull request #57 from orbea/wparentheses
Silence -Wparentheses warnings
2017-05-16 00:48:51 +02:00
rdanbrook
30c4f49069 Silence -Wparentheses warnings 2017-05-15 15:40:45 -07:00
rdanbrook
c3dda32107 NstVsSystem.cpp: Silence a -Wswitch warning 2017-03-26 13:32:43 -07:00
rdanbrook
342e8c4086 Initial Commit 2012-09-02 13:13:55 -04:00