Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9e3ad60 authored by Dave Kleikamp's avatar Dave Kleikamp
Browse files

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

parent 5986a2ec
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;

		/*