summaryrefslogtreecommitdiff
path: root/settings.make
diff options
context:
space:
mode:
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>2010-05-22 19:36:07 +0100
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>2010-05-22 19:36:07 +0100
commit33e8a62b26621ae0dc48ee96cfcefbf5e70af7cd (patch)
treed5db4092baa226844e835d620b9db1074f1fb39e /settings.make
parentef974b1a04b22e91859870158e360a0038e184ab (diff)
downloaduserv-utils-33e8a62b26621ae0dc48ee96cfcefbf5e70af7cd.tar.gz
generic build fixes
Diffstat (limited to 'settings.make')
-rw-r--r--settings.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.make b/settings.make
index c74afc2..2fa37e7 100644
--- a/settings.make
+++ b/settings.make
@@ -38,7 +38,7 @@ etcuserv= $(etcdir)/userv
services= $(etcuserv)/services.d
CFLAGS= -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \
- -Wpointer-arith -D_GNU_SOURCE \
+ -Wpointer-arith -D_GNU_SOURCE -Wno-pointer-sign \
$(OPTIMISE) $(DEBUG) $(SUBDIR_CFLAGS)
LDFLAGS= $(SUBDIR_LDFLAGS)