Fix gcc 4.3 warning

git-svn-id: svn://coreboot.org/openbios/openbios-devel@454 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2009-02-16 18:38:07 +00:00
parent f0daea0151
commit aa0441b762

View File

@@ -178,9 +178,6 @@ static void write_dictionary(const char *filename)
.length = target_ulong((uint32_t)dicthead), .length = target_ulong((uint32_t)dicthead),
.last = target_ucell((ucell)((unsigned long)last .last = target_ucell((ucell)((unsigned long)last
- (unsigned long)dict)), - (unsigned long)dict)),
.reserved[0] = 0,
.reserved[1] = 0,
.reserved[2] = 0,
}; };
/* /*