From e5a76ae386e909f151b6bde140a727520bffeee1 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sat, 29 Nov 2003 20:31:49 +0000 Subject: [PATCH] jaltman-flexelint-aggregate-initialization-patches-20031129 Address FIXME concerns in jbuehler-flexelint-aggregate-initialization-patches-20031129 --- src/budb/ol_verify.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/budb/ol_verify.c b/src/budb/ol_verify.c index 2b078e5a82..69c01c2b0d 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. */