re PR bootstrap/44756 ([meta-bug] --enable-werror-always issues)
authorJoern Rennecke <amylaar@spamcop.net>
Thu, 4 Nov 2010 19:58:40 +0000 (19:58 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Thu, 4 Nov 2010 19:58:40 +0000 (19:58 +0000)
        PR bootstrap/44756
        * varasm.c (asm_output_bss): Add ATTRIBUTE_UNUSED to function.

From-SVN: r166328

gcc/ChangeLog
gcc/varasm.c

index daed3ba2ec3a92186724595a7500064c3066fd27..141d8eb40243b5c11da404800098b1fe23665169 100644 (file)
@@ -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
index 20c4ffd0cd20455c9b1de1ad0a9c5f173a02b19a..4739410081a4a361255bcad91d8ae337eac1d569 100644 (file)
@@ -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,