Solved a bunch of -Wall errors on modern

This commit is contained in:
Eduardo Quezada
2023-09-20 19:01:08 -03:00
parent 003d7d7e2e
commit af210da972
122 changed files with 862 additions and 992 deletions
+5 -5
View File
@@ -744,11 +744,11 @@ static const struct MessageWindowInfo sDisplayStdMessages[] = {
static const u8 sText_Ellipsis[] = _("");
static const struct MenuAction sKeyboardPageTitleTexts[UNION_ROOM_KB_PAGE_COUNT + 1] = {
[UNION_ROOM_KB_PAGE_UPPER] = {gText_Upper, NULL},
[UNION_ROOM_KB_PAGE_LOWER] = {gText_Lower, NULL},
[UNION_ROOM_KB_PAGE_EMOJI] = {gText_Symbols, NULL},
[UNION_ROOM_KB_PAGE_REGISTER] = {gText_Register2, NULL},
[UNION_ROOM_KB_PAGE_COUNT] = {gText_Exit2, NULL},
[UNION_ROOM_KB_PAGE_UPPER] = {gText_Upper, {NULL}},
[UNION_ROOM_KB_PAGE_LOWER] = {gText_Lower, {NULL}},
[UNION_ROOM_KB_PAGE_EMOJI] = {gText_Symbols, {NULL}},
[UNION_ROOM_KB_PAGE_REGISTER] = {gText_Register2, {NULL}},
[UNION_ROOM_KB_PAGE_COUNT] = {gText_Exit2, {NULL}},
};
static const u16 sUnionRoomChatInterfacePal[] = INCBIN_U16("graphics/union_room_chat/interface.gbapal");