mirror of https://github.com/acidanthera/audk.git
MdeModulePkg AcpiTableDxe: Fix compiler warning
This warning was seen with the UNIXGCC toolchain on X64 when using the 'MDEPKG_NDEBUG' macro. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9670 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
af03df86f7
commit
b474ed4944
|
@ -1402,6 +1402,8 @@ RemoveTableFromList (
|
|||
EFI_ACPI_TABLE_LIST *Table;
|
||||
EFI_STATUS Status;
|
||||
|
||||
Table = (EFI_ACPI_TABLE_LIST*) NULL;
|
||||
|
||||
//
|
||||
// Check for invalid input parameters
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue