From: Nathan Scott Date: Fri, 1 Apr 2005 03:55:14 +0000 (+0000) Subject: Fix gcc warnings resulting from merging Dans directory quota code. X-Git-Tag: v2.7.0~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0600b2b4c44650ee583efc0c5ede05c957ec38a;p=thirdparty%2Fxfsprogs-dev.git Fix gcc warnings resulting from merging Dans directory quota code. Merge of master-melb:xfs-cmds:22031a by kenmcd. --- diff --git a/db/check.c b/db/check.c index f64704753..b4ebfc27f 100644 --- a/db/check.c +++ b/db/check.c @@ -3353,11 +3353,11 @@ process_quota( int cb; xfs_dqblk_t *dqb; xfs_dqid_t dqid; - u_int8_t exp_flags; + u_int8_t exp_flags = 0; int i; int perblock; xfs_fileoff_t qbno; - char *s; + char *s = NULL; int scicb; int t;