]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/function.c
function.c (assign_parms_initialize_all): Add unused attribute to fntype.
[gcc.git] / gcc / function.c
index 21cbb5273913fd0d3713552a54a136d4ca4b3f2a..f78bc98af28c5cf6b3d2fdec33ce9ca9dd9c1b44 100644 (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));
 
This page took 0.027856 seconds and 5 git commands to generate.