minimig_boot: fix the warnings.

This commit is contained in:
sorgelig
2019-01-05 19:15:14 +08:00
parent 7b123e0803
commit 13ca537cbf

View File

@@ -169,7 +169,7 @@ static void BootClearScreen(int adr, int size)
static void BootUploadLogo()
{
fileTYPE file = { 0 };
fileTYPE file = {};
int x, y;
int i = 0;
int adr;
@@ -228,7 +228,7 @@ static void BootUploadLogo()
static void BootUploadBall()
{
fileTYPE file = { 0 };
fileTYPE file = {};
int x;
int i = 0;
int adr;
@@ -258,7 +258,7 @@ static void BootUploadBall()
static void BootUploadCopper()
{
fileTYPE file = { 0 };
fileTYPE file = {};
int x;
int i = 0;
int adr;