OSDN Git Service

PR bootstrap/44756
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Nov 2010 19:58:40 +0000 (19:58 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Nov 2010 19:58:40 +0000 (19:58 +0000)
        * varasm.c (asm_output_bss): Add ATTRIBUTE_UNUSED to function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166328 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/varasm.c

index daed3ba..141d8eb 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 20c4ffd..4739410 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,