public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* PATCH: Silence gcc
@ 2003-07-22 15:31 H. J. Lu
  0 siblings, 0 replies; only message in thread
From: H. J. Lu @ 2003-07-22 15:31 UTC (permalink / raw)
  To: binutils

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-22 15:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-22 15:31 PATCH: Silence gcc H. J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).