mirror of https://github.com/acidanthera/audk.git
Short term fix to pass some GCC warning.
(It should be able to remove R8Lib.c & R8Lib.h with APIs in BaseLib & PrintLib.) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4810 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
25ca163d0c
commit
a05f22fa36
|
@ -128,7 +128,7 @@ R8_BufToHexString (
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
R8_HexStringToBuf (
|
R8_HexStringToBuf (
|
||||||
IN OUT UINT8 *Buf,
|
IN OUT UINT8 *Buf,
|
||||||
IN OUT UINTN *Len,
|
IN OUT UINTN *Len,
|
||||||
IN CHAR16 *Str,
|
IN CHAR16 *Str,
|
||||||
OUT UINTN *ConvertedStrLen OPTIONAL
|
OUT UINTN *ConvertedStrLen OPTIONAL
|
||||||
)
|
)
|
||||||
|
@ -145,6 +145,7 @@ R8_HexStringToBuf (
|
||||||
UINT8 Digit;
|
UINT8 Digit;
|
||||||
UINT8 Byte;
|
UINT8 Byte;
|
||||||
|
|
||||||
|
Digit = 0;
|
||||||
//
|
//
|
||||||
// Find out how many hex characters the string has.
|
// Find out how many hex characters the string has.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue