From: Alex Elder Date: Fri, 12 Feb 2010 22:58:44 +0000 (+0000) Subject: xfsprogs: eliminate some build warnings X-Git-Tag: v3.1.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb38a39f390350b8ccbd71d7a475a8334af75d0b;p=thirdparty%2Fxfsprogs-dev.git 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 --- 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: