chiark / gitweb /
-Wno-pointer-sign
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 6 Jun 2012 00:50:21 +0000 (01:50 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 6 Jun 2012 00:50:21 +0000 (01:50 +0100)
debian/changelog
settings.make

index 5c5ee0f9c15f43da6907033ec6f6b27ccabda710..f59d47fee5768f1a2c38ea22f539d8a089c68a6e 100644 (file)
@@ -21,6 +21,7 @@ chiark-utils (4.1.31~~iwj) unstable; urgency=low
     - In the code, rename pix_... variables to be named after the meaning
       rather than the default colour.
 
+  * Add -Wno-pointer-sign to gcc warning options.
   * Fix the build-depends to refer to nettle-dev not libnettle-dev.
   * Add ${misc:Depends} to Depends: lines.  Causes no change to the .debs.
   * Switch to git.  Move .cvsignores to .gitignore, etc.
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