mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* 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:
@ -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;
|
||||
|
Reference in New Issue
Block a user