mn10300.c (mn10300_encode_section_info): Fix a warning.

* config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
	a warning.

From-SVN: r74902
This commit is contained in:
Kazu Hirata 2003-12-21 07:47:56 +00:00 committed by Kazu Hirata
parent f177788284
commit 3bc5e4eff8
2 changed files with 6 additions and 1 deletions

View 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.

View 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;