dhcpc: suppress "warning: 'timestamp_before_wait' might be used uninitialized

This commit is contained in:
Denis Vlasenko 2009-01-14 00:28:03 +00:00
parent 1265df1f31
commit ec64a5775e

View File

@ -324,7 +324,8 @@ int udhcpc_main(int argc UNUSED_PARAM, char **argv)
* "continue" statements in code below jump to the top of the loop.
*/
for (;;) {
unsigned timestamp_before_wait;
/* silence "uninitialized!" warning */
unsigned timestamp_before_wait = timestamp_before_wait;
//bb_error_msg("sockfd:%d, listen_mode:%d", sockfd, listen_mode);