Solved a bunch of -Wall errors on modern
This commit is contained in:
@@ -236,8 +236,7 @@ void MailboxMenu_RemoveWindow(u8 windowIdx)
|
||||
sMailboxWindowIds[windowIdx] = WINDOW_NONE;
|
||||
}
|
||||
|
||||
// Unused
|
||||
static u8 MailboxMenu_GetWindowId(u8 windowIdx)
|
||||
static u8 UNUSED MailboxMenu_GetWindowId(u8 windowIdx)
|
||||
{
|
||||
return sMailboxWindowIds[windowIdx];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user