From 3eb7118310f7b50ecff11e43d670187e0e9b0249 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Mon, 2 May 2005 16:32:12 +0000 Subject: 2005-05-02 Jennifer Averett * libfs/src/dosfs/msdos_format.c, librpc/src/xdr/xdr.c: Added initialization to remove warnings. --- cpukit/libfs/src/dosfs/msdos_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libfs') diff --git a/cpukit/libfs/src/dosfs/msdos_format.c b/cpukit/libfs/src/dosfs/msdos_format.c index 2209fba060..ba3e1042d8 100644 --- a/cpukit/libfs/src/dosfs/msdos_format.c +++ b/cpukit/libfs/src/dosfs/msdos_format.c @@ -310,7 +310,7 @@ static int msdos_format_determine_fmt_params int ret_val = 0; uint32_t fatdata_sect_cnt; uint32_t onebit; - uint32_t sectors_per_cluster_adj; + uint32_t sectors_per_cluster_adj = 0; memset(fmt_params,0,sizeof(*fmt_params)); /* -- cgit v1.2.3