Commit 8f7d7498 by Joern Rennecke Committed by Joern Rennecke

re PR bootstrap/44756 ([meta-bug] --enable-werror-always issues)

        PR bootstrap/44756
        * varasm.c (asm_output_bss): Add ATTRIBUTE_UNUSED to function.

From-SVN: r166328
parent df10a535
......@@ -72,6 +72,9 @@
* function.c (thread_prologue_and_epilogue_insns): Add
ATTRIBUTE_UNUSED to seq, epilogue_end and entry_edge.
PR bootstrap/44756
* varasm.c (asm_output_bss): Add ATTRIBUTE_UNUSED to function.
2010-11-04 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/46213
......@@ -473,7 +473,7 @@ resolve_unique_section (tree decl, int reloc ATTRIBUTE_UNUSED,
??? It is believed that this function will work in most cases so such
support is localized here. */
static void
static void ATTRIBUTE_UNUSED
asm_output_bss (FILE *file, tree decl ATTRIBUTE_UNUSED,
const char *name,
unsigned HOST_WIDE_INT size ATTRIBUTE_UNUSED,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment