chiark / gitweb /
generic build fixes
[userv-utils.git] / settings.make
index c74afc2fe6c604ed2f03b2d4ef4a22be40ec0b2b..2fa37e7ecbb48bf87c3853a66cad47b22e2874c4 100644 (file)
@@ -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)