Explorar o código

JFS: Get rid of "may be used uninitialized" warnings

Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Dave Kleikamp %!s(int64=18) %!d(string=hai) anos
pai
achega
c9e3ad6021
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      fs/jfs/jfs_txnmgr.c

+ 2 - 1
fs/jfs/jfs_txnmgr.c

@@ -1919,7 +1919,8 @@ static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
 	 * header ?
 	 */
 	if (tlck->type & tlckTRUNCATE) {
-		pxd_t pxd;	/* truncated extent of xad */
+		/* This odd declaration suppresses a bogus gcc warning */
+		pxd_t pxd = pxd;	/* truncated extent of xad */
 		int twm;
 
 		/*