* [PATCH v2] xfsprogs: eliminate some build warnings
@ 2010-02-12 22:58 Alex Elder
2010-02-14 21:44 ` Christoph Hellwig
0 siblings, 1 reply; 2+ messages in thread
From: Alex Elder @ 2010-02-12 22:58 UTC (permalink / raw)
To: xfs
A few minor changes to get rid of some build warnings.
Signed-off-by: Alex Elder <aelder@sgi.com>
---
db/check.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: b/db/check.c
===================================================================
--- 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:
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-14 21:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-12 22:58 [PATCH v2] xfsprogs: eliminate some build warnings Alex Elder
2010-02-14 21:44 ` Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox