# HG changeset patch # User tron # Date 1107715122 0 # Node ID ff8b7799b44f4106d1b66627b7d7a98120b015bb # Parent 41397685320a19b8341dce6b1722054e55d42c5e (svn r1828) New warning flag especially for truelight (:< diff -r 41397685320a -r ff8b7799b44f Makefile --- a/Makefile Sun Feb 06 18:30:45 2005 +0000 +++ b/Makefile Sun Feb 06 18:38:42 2005 +0000 @@ -273,7 +273,7 @@ # 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