* function.c (assign_parms_initialize_all): Add unused attribute
to fntype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158228
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
static void
assign_parms_initialize_all (struct assign_parm_data_all *all)
{
- tree fntype;
+ tree fntype ATTRIBUTE_UNUSED;
memset (all, 0, sizeof (*all));