]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix building warning for mismatching paramter pointer type
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 30 Mar 2009 06:04:55 +0000 (06:04 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 30 Mar 2009 06:04:55 +0000 (06:04 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7981 6f19259b-4bc3-4df7-8a09-765794883524

DuetPkg/DxeIpl/Debug.c

index 31b89fc49ef7bdb7103282fccdfd5db9dc25c370..26f7ce0037c2be3779da1ff1a072f38f76189a52 100644 (file)
@@ -97,6 +97,6 @@ PrintString (
   //\r
   // All information also output to serial port.\r
   //\r
-  DebugSerialPrint (String);\r
+  DebugSerialPrint ((CHAR8*)String);\r
 }\r
 \r