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:
jljusten 2008-03-11 19:33:19 +00:00
parent e02b6b9565
commit 7c3eaa27b6
1 changed files with 2 additions and 0 deletions

View File

@ -568,6 +568,8 @@ Returns:
UINT8 Digit;
UINT8 Byte;
Digit = 0;
//
// Find out how many hex characters the string has.
//