From 8941b53e59ee9a78968bb70abb2056100f9410fb Mon Sep 17 00:00:00 2001 From: klu2 Date: Mon, 30 Mar 2009 06:04:55 +0000 Subject: [PATCH] Fix building warning for mismatching paramter pointer type git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7981 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/DxeIpl/Debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DuetPkg/DxeIpl/Debug.c b/DuetPkg/DxeIpl/Debug.c index 31b89fc49e..26f7ce0037 100644 --- a/DuetPkg/DxeIpl/Debug.c +++ b/DuetPkg/DxeIpl/Debug.c @@ -97,6 +97,6 @@ PrintString ( // // All information also output to serial port. // - DebugSerialPrint (String); + DebugSerialPrint ((CHAR8*)String); } -- 2.39.2