Build fixes for gcc 4.0 with -Werror, from Tito.
This commit is contained in:
parent
69674941dd
commit
49ea46667f
6 changed files with 17 additions and 129 deletions
|
@ -144,7 +144,7 @@ int udhcpc_main(int argc, char *argv[])
|
|||
{
|
||||
uint8_t *temp, *message;
|
||||
unsigned long t1 = 0, t2 = 0, xid = 0;
|
||||
unsigned long start = 0, lease;
|
||||
unsigned long start = 0, lease = 0;
|
||||
fd_set rfds;
|
||||
int retval;
|
||||
struct timeval tv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue