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:
@ -568,6 +568,8 @@ Returns:
|
|||||||
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.
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user