From dea3c8fd792d29648697f697f34d3658bf3838cf Mon Sep 17 00:00:00 2001 From: Zach Banks Date: Tue, 18 May 2021 22:28:04 -0400 Subject: Fix all warnings raised by IDO (#152) * Fix all warnings raised by IDO, ignore trailing commas * Set -woff=624,...; keep const in printf functions * Remove redefined macros in irqmgr.c * Remove DECR macro & reformat * Address PR comments from AngheloAlf --- src/code/z_snap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/code/z_snap.c') diff --git a/src/code/z_snap.c b/src/code/z_snap.c index aa2f7439f..972f359f0 100644 --- a/src/code/z_snap.c +++ b/src/code/z_snap.c @@ -113,11 +113,11 @@ s32 func_8013A530(GlobalContext* globalCtx, Actor* actor, s32 flag, Vec3f* pos, s16 x; s16 y; f32 distance; - UNK_TYPE unk1; + CollisionPoly* unk1; Camera* camera; Actor* actors[2]; s32 ret = 0; - UNK_TYPE unk2; + u32 unk2; camera = ACTIVE_CAM; -- cgit v1.2.3