function.c (assign_parms_initialize_all): Add unused attribute to fntype.
2010-04-12 Steve Ellcey <sje@cup.hp.com> * function.c (assign_parms_initialize_all): Add unused attribute to fntype. From-SVN: r158228
This commit is contained in:
parent
913a7b5ab2
commit
fc2f1f5344
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-04-12 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
* function.c (assign_parms_initialize_all): Add unused attribute
|
||||
to fntype.
|
||||
|
||||
2010-04-12 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* gsstruct.def (GSS_CALL): New.
|
||||
|
|
|
@ -2066,7 +2066,7 @@ struct assign_parm_data_one
|
|||
static void
|
||||
assign_parms_initialize_all (struct assign_parm_data_all *all)
|
||||
{
|
||||
tree fntype;
|
||||
tree fntype ATTRIBUTE_UNUSED;
|
||||
|
||||
memset (all, 0, sizeof (*all));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue