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:
Steve Ellcey 2010-04-12 16:04:42 +00:00 committed by Steve Ellcey
parent 913a7b5ab2
commit fc2f1f5344
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -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));