netutils/netlib: Eliminate a warning
This commit is contained in:
parent
0c34ebb72f
commit
ea95f710db
@ -145,6 +145,7 @@ bool netlib_nodeaddrconv(FAR const char *addrstr,
|
|||||||
{
|
{
|
||||||
/* Get the next byte in binary form */
|
/* Get the next byte in binary form */
|
||||||
|
|
||||||
|
byte = 0; /* Eliminates a warning */
|
||||||
ret = get_byte(addrstr, &byte);
|
ret = get_byte(addrstr, &byte);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user