Fix a bunch of compiler warnings and document several more bugs (#3130)

This commit is contained in:
Max Roncace
2026-03-18 01:38:05 -04:00
committed by GitHub
parent 9f340b604b
commit 6694c1b281
109 changed files with 416 additions and 207 deletions
+2 -2
View File
@@ -71,11 +71,11 @@ static void mDoExt_setJ3DData(Mtx mtx, const J3DTransformInfo* transformInfo, u1
*mtx_p++ *= sp0C.x;
*mtx_p++ *= sp0C.x;
*mtx_p++ *= sp0C.x;
*mtx_p++;
UNUSED(*mtx_p++);
*mtx_p++ *= sp0C.y;
*mtx_p++ *= sp0C.y;
*mtx_p++ *= sp0C.y;
*mtx_p++;
UNUSED(*mtx_p++);
*mtx_p++ *= sp0C.z;
*mtx_p++ *= sp0C.z;
*mtx_p++ *= sp0C.z;