mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-07 05:30:14 +00:00
Minor changes (fix some warnings like "function declaration isn't a prototype" and "no previous prototype for 'lwip_init'"...)
This commit is contained in:
parent
62b4741b19
commit
79b0484e20
@ -37,7 +37,7 @@
|
||||
*/
|
||||
|
||||
#include "lwip/opt.h"
|
||||
|
||||
#include "lwip/init.h"
|
||||
#include "lwip/stats.h"
|
||||
#include "lwip/sys.h"
|
||||
#include "lwip/mem.h"
|
||||
@ -121,8 +121,8 @@
|
||||
#endif
|
||||
|
||||
#ifdef LWIP_DEBUG
|
||||
void
|
||||
lwip_sanity_check()
|
||||
static void
|
||||
lwip_sanity_check(void)
|
||||
{
|
||||
/* Warnings */
|
||||
#if LWIP_NETCONN
|
||||
|
Loading…
Reference in New Issue
Block a user