More -Wpointer-arith fixes

This commit is contained in:
Luke Street
2026-02-28 19:38:29 -07:00
parent 8d8b5d3ae4
commit b807bedd35
39 changed files with 84 additions and 84 deletions
+1 -1
View File
@@ -454,7 +454,7 @@ f32 Z2SpotMic::calcMicVolume(f32 param_0, int camID, f32 param_2) {
JUT_ASSERT(687, camID >= 0);
JUT_ASSERT(688, camID < 1);
if (mMicOn == NULL) {
if (mMicOn == false) {
return param_2;
}