From 8992ff2c2c6e60d88f0e22a048f343947c458cc3 Mon Sep 17 00:00:00 2001 From: kraxel Date: Tue, 13 Jun 2006 13:35:48 +0000 Subject: merge a bunch of fixed from Alan Curry --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 0925476..73cd13f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -8,6 +8,7 @@ resdir = $(DESTDIR)$(RESDIR) # fixup flags CFLAGS += -DVERSION='"$(VERSION)"' -I$(srcdir) +CFLAGS += -Wno-pointer-sign # default target all: build -- cgit