Minor changes (fix some warnings like "function declaration isn't a prototype" and "no previous prototype for 'lwip_init'"...)

This commit is contained in:
fbernon 2007-09-04 13:51:48 +00:00
parent 62b4741b19
commit 79b0484e20

View File

@ -37,7 +37,7 @@
*/ */
#include "lwip/opt.h" #include "lwip/opt.h"
#include "lwip/init.h"
#include "lwip/stats.h" #include "lwip/stats.h"
#include "lwip/sys.h" #include "lwip/sys.h"
#include "lwip/mem.h" #include "lwip/mem.h"
@ -121,8 +121,8 @@
#endif #endif
#ifdef LWIP_DEBUG #ifdef LWIP_DEBUG
void static void
lwip_sanity_check() lwip_sanity_check(void)
{ {
/* Warnings */ /* Warnings */
#if LWIP_NETCONN #if LWIP_NETCONN