Commit fc2f1f53 by Steve Ellcey Committed by Steve Ellcey

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
parent 913a7b5a
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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment