diff options
author | kraxel <kraxel> | 2006-06-13 13:35:48 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-06-13 13:35:48 +0000 |
commit | 8992ff2c2c6e60d88f0e22a048f343947c458cc3 (patch) | |
tree | cce54e530a1f4c7c9a44e876ab9ce28a955e5ca7 /GNUmakefile | |
parent | 34eca660e8d21ada08c150e0d6e8ed048e1ab380 (diff) | |
download | fbida-8992ff2c2c6e60d88f0e22a048f343947c458cc3.tar.gz |
merge a bunch of fixed from Alan Curry
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |