Skip to content
Snippets Groups Projects
Commit a4aac27f authored by Guenter Knauf's avatar Guenter Knauf
Browse files

killed warning with gcc 3.3.1 and later when using -O2.

parent 5b8816dc
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ LDFLAGS = -T
AR = ar
ARFLAGS = -cq
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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment