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:
jljusten 2010-01-04 16:17:55 +00:00
parent af03df86f7
commit b474ed4944
1 changed files with 2 additions and 0 deletions

View File

@ -1402,6 +1402,8 @@ RemoveTableFromList (
EFI_ACPI_TABLE_LIST *Table;
EFI_STATUS Status;
Table = (EFI_ACPI_TABLE_LIST*) NULL;
//
// Check for invalid input parameters
//