mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 11:23:07 +08:00
netutils/netlib: Eliminate a warning
This commit is contained in:
@@ -145,6 +145,7 @@ bool netlib_nodeaddrconv(FAR const char *addrstr,
|
||||
{
|
||||
/* Get the next byte in binary form */
|
||||
|
||||
byte = 0; /* Eliminates a warning */
|
||||
ret = get_byte(addrstr, &byte);
|
||||
if (ret < 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user