Gag -Wuninitialized warnings.

Add -Wuninitialized to default warning list.
This commit is contained in:
Andrew Cagney
2001-03-28 21:42:32 +00:00
parent 381bab78db
commit 93d56215df
11 changed files with 440 additions and 397 deletions

View File

@@ -242,6 +242,7 @@ make_srec (char *srec, CORE_ADDR targ_addr, bfd *abfd, asection *sect,
{
tmp = flags >> SREC_TERM_SHIFT; /* Term record */
code_table = term_code_table;
binbuf = NULL;
}
if ((tmp & SREC_2_BYTE_ADDR) && (targ_addr <= 0xffff))