dolphin-emu / hwtests

Hardware test suite
GNU General Public License v2.0
23 stars 27 forks source link

Fix -Wsign-compare warnings #55

Closed Tilka closed 3 months ago

Tilka commented 3 months ago

Note that building with libogc v2.7.0 or later is currently broken due to conflicts with preprocessor defines added in https://github.com/devkitPro/libogc/commit/f1c3747a5aa8580a9fdb581b8e3275df7a17aa11.

JosJuice commented 3 months ago

sizeof should normally be paired with size_t, not u32. (They are the same size for the GC/Wii, but still.)