diff options
author | Gunter Knauf <gk@gknw.de> | 2004-07-03 19:58:01 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2004-07-03 19:58:01 +0000 |
commit | a4aac27fd3137c58de2076e60f1b96b6e22ccfbd (patch) | |
tree | a1c65274c1cd7cd783f1a2cda29a5ce9fca7ab20 /src | |
parent | 5b8816dcb7c2f7d34749834671b2c0cf0a622f3b (diff) |
killed warning with gcc 3.3.1 and later when using -O2.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.netware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware index 6241a4e18..fd05733a7 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -91,7 +91,7 @@ else LD = nlmconv LDFLAGS = -T CFLAGS += -fno-builtin -fpack-struct -fpcc-struct-return -CFLAGS += -Wall # -pedantic +CFLAGS += -Wall -Wno-strict-aliasing # -pedantic ifeq ($(LIBARCH),LIBC) PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o else |