提交 c9e3ad60 编写于 作者: D Dave Kleikamp

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

Signed-off-by: NDave Kleikamp <shaggy@austin.ibm.com>
上级 5986a2ec
......@@ -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;
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册