More changes for modern gcc compat

This commit is contained in:
PikalaxALT
2018-11-10 18:28:24 -05:00
parent d6233c5b3b
commit a6b5d09ddf
8 changed files with 24 additions and 31 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include "global.h"
#include "dma3.h"
IWRAM_DATA struct {
static /*IWRAM_DATA*/ struct {
/* 0x00 */ const u8 *src;
/* 0x04 */ u8 *dest;
/* 0x08 */ u16 size;