warnign fixe for stat_display

This commit is contained in:
jani 2004-03-26 13:11:35 +00:00
parent d27448da8a
commit 0e4ce326c2
2 changed files with 3 additions and 0 deletions

View File

@ -417,6 +417,7 @@ a lot of data that needs to be copied, this should be set high. */
#define PBUF_STATS 0
#define SYS_STATS 0
#define RAW_STATS 0
#define LWIP_STATS_DISPLAY 0
#endif /* LWIP_STATS */

View File

@ -147,6 +147,8 @@ void stats_init(void);
/* Display of statistics */
#if LWIP_STATS_DISPLAY
void stats_display(void);
#else
#define stats_display()
#endif
#endif /* __LWIP_STATS_H__ */