X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=settings.make;h=2fa37e7ecbb48bf87c3853a66cad47b22e2874c4;hb=d6334b2883619614ed7350bf7faf621033911198;hp=c74afc2fe6c604ed2f03b2d4ef4a22be40ec0b2b;hpb=70b9d2e0dbecb8fe1e2045a1752465cd35885bb0;p=userv-utils.git 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)