aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2asm.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-11-04 02:26:55 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-11-04 02:26:55 +0000
commit40cdfca60cab2c798fe7138a2d633b93bfd52c4f (patch)
tree1c47f44390c44ea148b2f6c62a3982f0c5742351 /gcc/dwarf2asm.c
parent76648a8bad33fe3207eedc498a44859f7d5318e8 (diff)
downloadgcc-40cdfca60cab2c798fe7138a2d633b93bfd52c4f.zip
gcc-40cdfca60cab2c798fe7138a2d633b93bfd52c4f.tar.gz
gcc-40cdfca60cab2c798fe7138a2d633b93bfd52c4f.tar.bz2
dwarf2asm.c (dw2_asm_output_pcrel): Mark parameters with ATTRIBUTE_UNUSED.
* dwarf2asm.c (dw2_asm_output_pcrel): Mark parameters with ATTRIBUTE_UNUSED. * final.c (final_scan_insn): Add brackets around body of if-stmt. * gcc.c (convert_filename): Add static prototype. Const-ify. Wrap variable in macros controlling its use. * output.h (sdata_section): Add prototype. From-SVN: r46757
Diffstat (limited to 'gcc/dwarf2asm.c')
-rw-r--r--gcc/dwarf2asm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/dwarf2asm.c b/gcc/dwarf2asm.c
index 281cb46..25b5dc6 100644
--- a/gcc/dwarf2asm.c
+++ b/gcc/dwarf2asm.c
@@ -190,7 +190,8 @@ dw2_asm_output_offset VPARAMS ((int size, const char *label,
different section or object file. */
void
-dw2_asm_output_pcrel VPARAMS ((int size, const char *label,
+dw2_asm_output_pcrel VPARAMS ((int size ATTRIBUTE_UNUSED,
+ const char *label ATTRIBUTE_UNUSED,
const char *comment, ...))
{
VA_OPEN (ap, comment);