Fix some warnings discovered by compiling the unixsim under cygwin (gcc pedantic)

This commit is contained in:
goldsimon
2007-11-25 13:57:05 +00:00
parent 1b208d0954
commit e1f49d990b
5 changed files with 13 additions and 13 deletions

View File

@@ -39,13 +39,12 @@
#include "lwip/ip_addr.h"
#include "lwip/err.h"
#include "lwip/sys.h"
#include "lwip/igmp.h"
#ifdef __cplusplus
extern "C" {
#endif
enum netconn_igmp;
/* IP addresses and port numbers are expected to be in
* the same byte order as in the corresponding pcb.
*/