From 747c5b656c09f91127b9070455c240da703407f9 Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 18 Oct 2006 15:59:41 +0000 Subject: [PATCH] -Wno-strict-aliasing --- base/common.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/common.make b/base/common.make index bc86488..2761b4b 100644 --- a/base/common.make +++ b/base/common.make @@ -33,8 +33,8 @@ ifeq ($(shell $(CC) -Wno-pointer-sign -E -x c /dev/null >/dev/null || echo x),) CFLAGS += -Wno-pointer-sign endif -ifeq ($(shell $(CC) -Wno-strict-alias -E -x c /dev/null >/dev/null || echo x),) -CFLAGS += -Wno-strict-alias +ifeq ($(shell $(CC) -Wno-strict-aliasing -E -x c /dev/null >/dev/null || echo x),) +CFLAGS += -Wno-strict-aliasing endif CFLAGS += -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror \ -- 2.30.2