From d9a7964ff31a7f9f81850094255ad1528f811685 Mon Sep 17 00:00:00 2001 From: aj Date: Sun, 14 Sep 2003 06:23:15 +0000 Subject: [PATCH] 2003-09-14 Olaf Hering * config/rs6000/rs6000.c: Fix typo: Remove extra ')'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71370 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/rs6000/rs6000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 56a292e..2dba8d2 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -245,7 +245,7 @@ static void rs6000_elf_select_section (tree, int, unsigned HOST_WIDE_INT); static void rs6000_elf_unique_section (tree, int); static void rs6000_elf_select_rtx_section (enum machine_mode, rtx, unsigned HOST_WIDE_INT); -static void rs6000_elf_encode_section_info (tree, rtx, int)) +static void rs6000_elf_encode_section_info (tree, rtx, int) ATTRIBUTE_UNUSED; static bool rs6000_elf_in_small_data_p (tree); #endif -- 2.7.4