From: Jeffrey Altman Date: Sat, 29 Nov 2003 20:31:49 +0000 (+0000) Subject: jaltman-flexelint-aggregate-initialization-patches-20031129 X-Git-Tag: openafs-devel-1_3_51~76 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e5a76ae386e909f151b6bde140a727520bffeee1;p=packages%2Fo%2Fopenafs.git jaltman-flexelint-aggregate-initialization-patches-20031129 Address FIXME concerns in jbuehler-flexelint-aggregate-initialization-patches-20031129 --- diff --git a/src/budb/ol_verify.c b/src/budb/ol_verify.c index 2b078e5a8..69c01c2b0 100644 --- a/src/budb/ol_verify.c +++ b/src/budb/ol_verify.c @@ -147,8 +147,8 @@ int blockEntrySize[NBLOCKTYPES] = { sizeof(((struct viBlock *) NULL)->a[0]), sizeof(((struct tBlock *) NULL)->a[0]), sizeof(((struct dBlock *) NULL)->a[0]), - 0 - /* FIXME: possible missing initializer here */ + 0, + 0, }; char *typeName[NBLOCKTYPES] = { @@ -157,8 +157,8 @@ char *typeName[NBLOCKTYPES] = { "volInfo", "tape", "dump", - "hashTable" - /* FIXME: possible missing initializer here */ + "hashTable", + "text" }; int hashBlockType[HT_MAX_FUNCTION + 1] = { @@ -167,7 +167,6 @@ int hashBlockType[HT_MAX_FUNCTION + 1] = { dump_BLOCK, tape_BLOCK, volInfo_BLOCK - /* FIXME: possible missing initializer here */ }; /* Compatibility table for the bits in the blockMap. */