fix gcc warnings
This commit is contained in:
parent
99a4150f8b
commit
0f371bb497
4 changed files with 25 additions and 18 deletions
|
@ -245,7 +245,7 @@ static
|
|||
struct coff_line *
|
||||
do_lines (i, name)
|
||||
int i;
|
||||
char *name;
|
||||
char *name ATTRIBUTE_UNUSED;
|
||||
{
|
||||
struct coff_line *res = (struct coff_line *) xcalloc (sizeof (struct coff_line), 1);
|
||||
asection *s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue