* Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing.

This commit is contained in:
Christopher Faylor
2005-10-11 18:17:59 +00:00
parent f2e8d7b0f0
commit a5ac89cbbd
6 changed files with 13 additions and 4 deletions

View File

@ -351,8 +351,8 @@ struct sockproto {
#define PF_INET6 AF_INET6
#define PF_MAX AF_MAX
#define SOL_SOCKET 0xffff
#define SOMAXCONN 5
#if !(defined (__INSIDE_CYGWIN__) || defined (__INSIDE_MSYS__))
#define SOMAXCONN 5
#define MSG_OOB 1
#define MSG_PEEK 2
#define MSG_DONTROUTE 4