From d48261aa23980e8d73a47f7bee5414ddeba33dea Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 6 Feb 2005 18:38:42 +0000 Subject: (svn r1828) New warning flag especially for truelight (:< --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 69a1af572..ed577a6a4 100644 --- a/Makefile +++ b/Makefile @@ -273,7 +273,7 @@ CC_VERSION = $(shell $(CC) -dumpversion | cut -c 1,3) # this is a workaround to test for >= ifeq ($(shell if test $(CC_VERSION) -ge 29; then echo true; fi), true) CFLAGS += -O -Wall -Wno-multichar -Wsign-compare -Wstrict-prototypes - CFLAGS += -Wwrite-strings + CFLAGS += -Wwrite-strings -Wpointer-arith endif ifeq ($(shell if test $(CC_VERSION) -ge 30; then echo true; fi), true) CFLAGS += -W -Wno-unused-parameter -- cgit v1.2.3-54-g00ecf