PATCH: Silence gcc

H. J. Lu hjl@lucon.org
Tue Jul 22 15:31:00 GMT 2003


I checked in the following patch to silence gcc.


H.J.
----
2003-07-22  H.J. Lu <hongjiu.lu@intel.com>
 
	* read.c (do_parse_cons_expression): Mark nbytes unused to
	silence gcc.

--- read.c.unused	2003-06-24 08:36:25.000000000 -0700
+++ read.c	2003-07-22 08:23:15.000000000 -0700
@@ -3348,7 +3348,8 @@ parse_repeat_cons PARAMS ((expressionS *
 #endif
 
 void
-do_parse_cons_expression (expressionS *exp, int nbytes)
+do_parse_cons_expression (expressionS *exp,
+			  int nbytes ATTRIBUTE_UNUSED)
 {
   TC_PARSE_CONS_EXPRESSION (exp, nbytes);
 }



More information about the Binutils mailing list