[pkg-boost-commits] r14265 - boost/trunk/debian/patches

smr at alioth.debian.org smr at alioth.debian.org
Sat Aug 9 14:09:20 UTC 2008


Author: smr
Date: 2008-08-09 14:09:20 +0000 (Sat, 09 Aug 2008)
New Revision: 14265

Modified:
   boost/trunk/debian/patches/jam-wall-clean.patch
Log:
More patches to build jam cleanly with -Wall.

Modified: boost/trunk/debian/patches/jam-wall-clean.patch
===================================================================
--- boost/trunk/debian/patches/jam-wall-clean.patch	2008-08-09 14:02:28 UTC (rev 14264)
+++ boost/trunk/debian/patches/jam-wall-clean.patch	2008-08-09 14:09:20 UTC (rev 14265)
@@ -507,3 +507,14 @@
  #endif
  
          if( lol_get( frame->args, 1 ) )
+--- boost1.35-1.35.0.orig/tools/jam/src/regexp.c
++++ boost1.35-1.35.0/tools/jam/src/regexp.c
+@@ -307,7 +307,7 @@
+ 	register char *ret;
+ 	register char *br;
+ 	register char *ender;
+-	register int parno;
++	register int parno = 0;
+ 	int flags;
+ 
+ 	*flagp = HASWIDTH;	/* Tentatively. */




More information about the pkg-boost-commits mailing list