r9921 - packages/trunk/rott/debian

Fabian Greffrath fabian-guest at alioth.debian.org
Mon Jun 29 08:11:23 UTC 2009


Author: fabian-guest
Date: 2009-06-29 08:11:21 +0000 (Mon, 29 Jun 2009)
New Revision: 9921

Modified:
   packages/trunk/rott/debian/changelog
   packages/trunk/rott/debian/rules
Log:
+ Added -Wno-pointer-sign and -Wno-unused to CFLAGS.



Modified: packages/trunk/rott/debian/changelog
===================================================================
--- packages/trunk/rott/debian/changelog	2009-06-29 08:02:44 UTC (rev 9920)
+++ packages/trunk/rott/debian/changelog	2009-06-29 08:11:21 UTC (rev 9921)
@@ -8,7 +8,7 @@
     debian/patches/11-add-nosound-to-manpage.patch:
     + Removed, applied upstream.
   * debian/rules:
-    + Added -Wno-pointer-sign to CFLAGS.
+    + Added -Wno-pointer-sign and -Wno-unused to CFLAGS.
 
  -- Fabian Greffrath <fabian at debian-unofficial.org>  Mon, 29 Jun 2009 09:57:07 +0200
 

Modified: packages/trunk/rott/debian/rules
===================================================================
--- packages/trunk/rott/debian/rules	2009-06-29 08:02:44 UTC (rev 9920)
+++ packages/trunk/rott/debian/rules	2009-06-29 08:11:21 UTC (rev 9921)
@@ -5,6 +5,6 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 CFLAGS += -DDATADIR=\\\"/usr/share/games/rott/\\\"
-CFLAGS += -Wno-pointer-sign
+CFLAGS += -Wno-pointer-sign -Wno-unused
 
 DEB_BUILDDIR := rott




More information about the Pkg-games-commits mailing list