mn10300.c (mn10300_encode_section_info): Fix a warning.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 21 Dec 2003 07:47:56 +0000 (07:47 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 21 Dec 2003 07:47:56 +0000 (07:47 +0000)
* config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
a warning.

From-SVN: r74902

gcc/ChangeLog
gcc/config/mn10300/mn10300.c

index e87af7551d7abacf1a90da6d7cf809769780cadb..082622a447b088ef5e5fd706d789595d5bac0c3b 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
+       a warning.
+
 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/arm/arm.c: Convert to ISO-C.
index 2e8fcdad9e31fb88c20451de4a3a798a0c11e988..1e200f9c578819b79029c4c22545a7e9cf030bb5 100644 (file)
@@ -2035,7 +2035,7 @@ mn10300_wide_const_load_uses_clr (rtx operands[2])
    may access it using GOTOFF instead of GOT.  */
 
 static void
-mn10300_encode_section_info (tree decl, rtx rtl, int first)
+mn10300_encode_section_info (tree decl, rtx rtl, int first ATTRIBUTE_UNUSED)
 {
   rtx symbol;