MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c:

Pre-initialize GuageData variable to remove compiler warning.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4238 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2007-10-30 00:13:22 +00:00
parent a21f46e4b6
commit 952671b37e
1 changed files with 2 additions and 0 deletions

View File

@ -600,6 +600,8 @@ GetPerformanceMeasurement (
EFI_STATUS Status;
GAUGE_DATA_ENTRY *GaugeData;
GaugeData = NULL;
ASSERT (Handle != NULL);
ASSERT (Token != NULL);
ASSERT (Module != NULL);