chiark / gitweb /
wip fix clean
[chiark-utils.git] / settings.make
index d008a354adf29fdd1404c3b18a6f7e57038541da..5471dbde761c809860e76fb9e255bd480fe8ed71 100644 (file)
@@ -27,7 +27,7 @@ CFLAGS=               $(WARNINGS) $(OPTIMISE) $(DEBUG)
 CPPFLAGS=      $(CONFIG_CPPFLAGS)
 
 WARNINGS=      -Wall -Wwrite-strings -Wmissing-prototypes \
-               -Wstrict-prototypes -Wpointer-arith
+               -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign
 OPTIMISE=      -O2
 DEBUG=         -g