Solved a bunch of -Wall errors on modern
This commit is contained in:
@@ -597,8 +597,7 @@ static void ShowDownArrow(void)
|
||||
DrawDownArrow(WIN_MSG, DOWN_ARROW_X, DOWN_ARROW_Y, 1, TRUE, &sDownArrowCounterAndYCoordIdx[0], &sDownArrowCounterAndYCoordIdx[1]);
|
||||
}
|
||||
|
||||
// Unused
|
||||
static bool32 HideDownArrowAndWaitButton(u8 * textState)
|
||||
static bool32 UNUSED HideDownArrowAndWaitButton(u8 * textState)
|
||||
{
|
||||
switch (*textState)
|
||||
{
|
||||
@@ -722,7 +721,7 @@ s8 DoMysteryGiftYesNo(u8 * textState, u16 * windowId, bool8 yesNoBoxPlacement, c
|
||||
// Handle the "Receive/Send/Toss" menu that appears when selecting Wonder Card/News
|
||||
static s32 HandleGiftSelectMenu(u8 * textState, u16 * windowId, bool32 cannotToss, bool32 cannotSend)
|
||||
{
|
||||
struct WindowTemplate windowTemplate;
|
||||
struct WindowTemplate UNUSED windowTemplate;
|
||||
s32 input;
|
||||
|
||||
switch (*textState)
|
||||
|
||||
Reference in New Issue
Block a user