mirror of https://github.com/acidanthera/audk.git
edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiMisc.c:
Resolve warning from gcc. ('Digit' variable may be uninitialized) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4839 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e02b6b9565
commit
7c3eaa27b6
|
@ -568,6 +568,8 @@ Returns:
|
|||
UINT8 Digit;
|
||||
UINT8 Byte;
|
||||
|
||||
Digit = 0;
|
||||
|
||||
//
|
||||
// Find out how many hex characters the string has.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue