summaryrefslogtreecommitdiff
path: root/settings.make
diff options
context:
space:
mode:
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)