Fix/suppress warnings when building with gcc-8
This commit is contained in:
12
src/script.c
12
src/script.c
@@ -10,12 +10,12 @@
|
||||
extern const u8* gUnknown_020375C0;
|
||||
|
||||
// ewram bss
|
||||
IWRAM_DATA static u8 sScriptContext1Status;
|
||||
IWRAM_DATA static u32 sUnusedVariable1;
|
||||
IWRAM_DATA static struct ScriptContext sScriptContext1;
|
||||
IWRAM_DATA static u32 sUnusedVariable2;
|
||||
IWRAM_DATA static struct ScriptContext sScriptContext2;
|
||||
IWRAM_DATA static bool8 sScriptContext2Enabled;
|
||||
static u8 sScriptContext1Status;
|
||||
static u32 sUnusedVariable1;
|
||||
static struct ScriptContext sScriptContext1;
|
||||
static u32 sUnusedVariable2;
|
||||
static struct ScriptContext sScriptContext2;
|
||||
static bool8 sScriptContext2Enabled;
|
||||
|
||||
extern ScrCmdFunc gScriptCmdTable[];
|
||||
extern ScrCmdFunc gScriptCmdTableEnd[];
|
||||
|
||||
Reference in New Issue
Block a user