X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=settings.make;h=5471dbde761c809860e76fb9e255bd480fe8ed71;hb=a3746ae37f43fdcd70ddc6f66bac37d21f3369a4;hp=d008a354adf29fdd1404c3b18a6f7e57038541da;hpb=76415873c03f50b8d952db149fe5b6b7eda09a05;p=chiark-utils.git diff --git a/settings.make b/settings.make index d008a35..5471dbd 100644 --- a/settings.make +++ b/settings.make @@ -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