X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=MdePkg%2FLibrary%2FBaseDebugLibNull%2FDebugLib.c;h=35aea32259d4e5e020859a73e8cc2888a6dfbde0;hb=eb7a248b1e2d59d6a70b133721c86a22d17181e5;hp=1440f8f127f0c61eb44273b7e56901a3503e99f0;hpb=5e3d9e4ed5d91d9262a51d2f0257d1c3a87b073b;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseDebugLibNull/DebugLib.c b/MdePkg/Library/BaseDebugLibNull/DebugLib.c index 1440f8f127..35aea32259 100644 --- a/MdePkg/Library/BaseDebugLibNull/DebugLib.c +++ b/MdePkg/Library/BaseDebugLibNull/DebugLib.c @@ -34,8 +34,8 @@ VOID EFIAPI DebugPrint ( - IN UINTN ErrorLevel, - IN CHAR8 *Format, + IN UINTN ErrorLevel, + IN CONST CHAR8 *Format, ... ) { @@ -82,9 +82,9 @@ DebugPrint ( VOID EFIAPI DebugAssert ( - IN CHAR8 *FileName, - IN INTN LineNumber, - IN CHAR8 *Description + IN CONST CHAR8 *FileName, + IN INTN LineNumber, + IN CONST CHAR8 *Description ) { CHAR8 Buffer[MAX_DEBUG_MESSAGE_LENGTH];