diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-26 16:23:00 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-26 16:42:57 -0400 |
commit | b839c213073f99d73d03bb28f0fd350e13afba09 (patch) | |
tree | 554c6ecbc9701bfa7d5397d2e22439f2793b079c /src/rom_8034C54.c | |
parent | fb06e4a3c94ae17b73df6d3aecf2d18213aa183e (diff) |
Fix/suppress warnings when building with gcc-8
Diffstat (limited to 'src/rom_8034C54.c')
-rw-r--r-- | src/rom_8034C54.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rom_8034C54.c b/src/rom_8034C54.c index a3707017e..42817fc2b 100644 --- a/src/rom_8034C54.c +++ b/src/rom_8034C54.c @@ -43,9 +43,9 @@ static bool32 SharesPalWithAnyActive(u32 id); static void sub_8035648(void); // iwram -static IWRAM_DATA s32 gUnknown_03000DD4; -static IWRAM_DATA s32 gUnknown_03000DD8; -static IWRAM_DATA s32 gUnknown_03000DDC; +static s32 gUnknown_03000DD4; +static s32 gUnknown_03000DD8; +static s32 gUnknown_03000DDC; // ewram static EWRAM_DATA struct UnkStruct1 *gUnknown_02022E10 = {0}; |