sorry, don't work well with hunger
This commit is contained in:
parent
7e20dd8d0c
commit
9a1aef0fd6
|
@ -3003,9 +3003,9 @@ size = size of the plist, max = 1024
|
||||||
output: none
|
output: none
|
||||||
*******************************************************************/
|
*******************************************************************/
|
||||||
#ifdef RDP_LOGGING
|
#ifdef RDP_LOGGING
|
||||||
EXPORT void CALL FBWList(FrameBufferModifyEntry *plist, wxUint32 size)
|
EXPORT void CALL FBWList(FrameBufferModifyEntry* /*plist*/, wxUint32 size)
|
||||||
#else
|
#else
|
||||||
EXPORT void CALL FBWList(FrameBufferModifyEntry *plist, wxUint32)
|
EXPORT void CALL FBWList(FrameBufferModifyEntry* /*plist*/, wxUint32)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
LOG ("FBWList ()\n");
|
LOG ("FBWList ()\n");
|
||||||
|
|
|
@ -408,7 +408,7 @@ static void uc9_mtxcat ()
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
FRDP("Invalid mutex S-coordinate: %u\n", S);
|
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;
|
break;
|
||||||
}
|
}
|
||||||
switch (T) {
|
switch (T) {
|
||||||
|
|
Loading…
Reference in New Issue