| author | tron |
| Sun, 06 Feb 2005 18:38:42 +0000 | |
| changeset 1324 | ff8b7799b44f |
| parent 1323 | 41397685320a |
| child 1325 | 80f83e8ae77b |
--- 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