diff options
author | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-29 09:43:48 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-29 09:43:48 +0000 |
commit | f7fe94abe8087647a824653395645eddc6035d61 (patch) | |
tree | 35aacef684d7d849c25c42b3ca16f45cc5cbeaba | |
parent | 711e36d01b331f8c47575cf7d94b59b011c1f914 (diff) | |
download | edk2-platforms-f7fe94abe8087647a824653395645eddc6035d61.tar.xz |
Fix PerformancePkg GCC&ICC build fail.
Signed-off-by: lzeng14
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12796 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | PerformancePkg/Dp_App/DpUtilities.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PerformancePkg/Dp_App/DpUtilities.c b/PerformancePkg/Dp_App/DpUtilities.c index 6f296c29ee..74be7905a7 100644 --- a/PerformancePkg/Dp_App/DpUtilities.c +++ b/PerformancePkg/Dp_App/DpUtilities.c @@ -314,7 +314,7 @@ GetNameFromHandle ( NameGuid,
EFI_SECTION_USER_INTERFACE,
0,
- &NameString,
+ (VOID **) &NameString,
&StringSize
);
|