misc small warning fixes

This commit is contained in:
jani 2004-03-26 13:31:39 +00:00
parent 17ec2ad379
commit 6e1589ddca

View File

@ -42,6 +42,7 @@
#include <lwip/inet.h>
#include <lwip/arch.h>
#define LWIP_TIMEVAL_PRIVATE
#include <lwip/sockets.h>
#ifndef CYGPKG_LIBC_STDIO
@ -524,6 +525,9 @@ net_test(test_param_t param)
#ifdef CYGDBG_NET_TIMING_STATS
show_net_times();
#endif
#if LWIP_STATS_DISPLAY
stats_display();
#endif
cyg_test_exit();
}