From: Laszlo Ersek Date: Thu, 15 Aug 2013 01:04:46 +0000 (+0000) Subject: Supplement EFIAPI for UefiDevicePathLibCatPrint(), otherwise gcc-4.4 X-Git-Tag: edk2-stable201903~12356 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=eed8d6767c56f32789bf1d00dfc8e5470c791e93 Supplement EFIAPI for UefiDevicePathLibCatPrint(), otherwise gcc-4.4 builds of edk2 format garbage text representations of device paths. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek Reviewed-by: Ruiyu Ni git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14550 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c b/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c index 83c3f8bc67..81cf84e25d 100644 --- a/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c +++ b/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c @@ -29,6 +29,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ CHAR16 * +EFIAPI UefiDevicePathLibCatPrint ( IN OUT POOL_PRINT *Str, IN CHAR16 *Fmt,