From 9a1aef0fd650fc0e203f948f26cca63f773b4cbc Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 1 Feb 2015 12:53:32 -0500 Subject: [PATCH] sorry, don't work well with hunger --- Source/Glide64/rdp.cpp | 4 ++-- Source/Glide64/ucode09.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Glide64/rdp.cpp b/Source/Glide64/rdp.cpp index 2226a916c..59d348eb4 100644 --- a/Source/Glide64/rdp.cpp +++ b/Source/Glide64/rdp.cpp @@ -3003,9 +3003,9 @@ size = size of the plist, max = 1024 output: none *******************************************************************/ #ifdef RDP_LOGGING -EXPORT void CALL FBWList(FrameBufferModifyEntry *plist, wxUint32 size) +EXPORT void CALL FBWList(FrameBufferModifyEntry* /*plist*/, wxUint32 size) #else -EXPORT void CALL FBWList(FrameBufferModifyEntry *plist, wxUint32) +EXPORT void CALL FBWList(FrameBufferModifyEntry* /*plist*/, wxUint32) #endif { LOG ("FBWList ()\n"); diff --git a/Source/Glide64/ucode09.h b/Source/Glide64/ucode09.h index c254364e3..2f41d6a00 100644 --- a/Source/Glide64/ucode09.h +++ b/Source/Glide64/ucode09.h @@ -408,7 +408,7 @@ static void uc9_mtxcat () break; default: FRDP("Invalid mutex S-coordinate: %u\n", S); - t = NULL; /* intentional segfault to alert for bugs in PJGlide64 (cxd4) */ + s = NULL; /* intentional segfault to alert for bugs in PJGlide64 (cxd4) */ break; } switch (T) {