Make MdeModulePkg GCC clean.
It also pass ICC+IPF and MYTOOLS+EBC build. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3711 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1146,9 +1146,6 @@ PxebcBisDetect (
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static VOID *BCNotifyReg;
|
||||
|
||||
|
||||
/**
|
||||
Start and initialize the BaseCode protocol, Simple Network protocol and UNDI.
|
||||
|
||||
@@ -1559,7 +1556,7 @@ BcStop (
|
||||
return StatCode;
|
||||
}
|
||||
|
||||
const IPV4_ADDR AllSystemsGroup = { 224, 0, 0, 1 };
|
||||
const IPV4_ADDR AllSystemsGroup = {{224, 0, 0, 1}};
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user