2003-07-22 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 22 Jul 2003 15:27:06 +0000 (15:27 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 22 Jul 2003 15:27:06 +0000 (15:27 +0000)
* read.c (do_parse_cons_expression): Mark nbytes unused to
silence gcc.

gas/ChangeLog
gas/read.c

index 07f44b521207fe4c307525d2d2b8577b250ff65b..b1176247b23d6a64c60cd942044b313143c705db 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-22  H.J. Lu <hongjiu.lu@intel.com>
+       * read.c (do_parse_cons_expression): Mark nbytes unused to
+       silence gcc.
+
 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
 
        * config/tc-h8300.c (get_specific): No PCREL8 encoding for bsr/bc
index 417934807515834335e96612d80c22f68c7caf76..ef2340caa0e7df90c893878048139c2e289be960 100644 (file)
@@ -3348,7 +3348,8 @@ parse_repeat_cons PARAMS ((expressionS *exp, unsigned int nbytes));
 #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);
 }