X-Git-Url: https://git.distorted.org.uk/~mdw/userv-utils/blobdiff_plain/70b9d2e0dbecb8fe1e2045a1752465cd35885bb0..fdeb527b85307e455f87b2fed7f3527de80a650d:/settings.make 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)