mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 13:44:33 +02:00
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:
parent
a21f46e4b6
commit
952671b37e
@ -600,6 +600,8 @@ GetPerformanceMeasurement (
|
|||||||
EFI_STATUS Status;
|
EFI_STATUS Status;
|
||||||
GAUGE_DATA_ENTRY *GaugeData;
|
GAUGE_DATA_ENTRY *GaugeData;
|
||||||
|
|
||||||
|
GaugeData = NULL;
|
||||||
|
|
||||||
ASSERT (Handle != NULL);
|
ASSERT (Handle != NULL);
|
||||||
ASSERT (Token != NULL);
|
ASSERT (Token != NULL);
|
||||||
ASSERT (Module != NULL);
|
ASSERT (Module != NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user