* Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED

as appropriate.  Fill in structure initializations.  Add variable
	initializations.  Add casts.
	* dwarf2dbg.c (print_stats): Change i to size_t.
	* listing.c (listing_listing): Change list_line to unsigned int.
This commit is contained in:
Ian Lance Taylor
1999-07-11 20:20:04 +00:00
parent 85e5d57188
commit ab9da55419
12 changed files with 128 additions and 85 deletions

View File

@ -609,7 +609,7 @@ stabs_generate_asm_func (funcname, startlabname)
void
stabs_generate_asm_endfunc (funcname, startlabname)
const char *funcname;
const char *funcname ATTRIBUTE_UNUSED;
const char *startlabname;
{
static int label_count;