From bb38a39f390350b8ccbd71d7a475a8334af75d0b Mon Sep 17 00:00:00 2001 From: Alex Elder Date: Fri, 12 Feb 2010 22:58:44 +0000 Subject: [PATCH] xfsprogs: eliminate some build warnings A few minor changes to get rid of some build warnings. Signed-off-by: Alex Elder Reviewed-by: Christoph Hellwig --- db/check.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/check.c b/db/check.c index 7620d9c27..c62321b51 100644 --- a/db/check.c +++ b/db/check.c @@ -3059,7 +3059,7 @@ process_leaf_node_dir_v2( xfs_ino_t lino; int nex; xfs_ino_t parent; - int t; + int t = 0; int v; int v2; int x; @@ -3403,7 +3403,7 @@ process_quota( xfs_fileoff_t qbno; char *s = NULL; int scicb; - int t; + int t = 0; switch (qtype) { case IS_USER_QUOTA: -- 2.47.2