chiark / gitweb /
-Wno-strict-aliasing
authorian <ian>
Wed, 18 Oct 2006 15:59:41 +0000 (15:59 +0000)
committerian <ian>
Wed, 18 Oct 2006 15:59:41 +0000 (15:59 +0000)
base/common.make

index bc86488cd67df6a49c64308fc22b7bcb3daef4b3..2761b4ba8ad9cae880fe2d2b4c45cbd0ff117a2e 100644 (file)
@@ -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 \