summaryrefslogtreecommitdiff
path: root/PerformancePkg
diff options
context:
space:
mode:
authorlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-29 09:43:48 +0000
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-29 09:43:48 +0000
commitf7fe94abe8087647a824653395645eddc6035d61 (patch)
tree35aacef684d7d849c25c42b3ca16f45cc5cbeaba /PerformancePkg
parent711e36d01b331f8c47575cf7d94b59b011c1f914 (diff)
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
Diffstat (limited to 'PerformancePkg')
-rw-r--r--PerformancePkg/Dp_App/DpUtilities.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PerformancePkg/Dp_App/DpUtilities.c b/PerformancePkg/Dp_App/DpUtilities.c
index 6f296c29e..74be7905a 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
);