dwarf2asm.c (dw2_asm_output_offset): Mark 'base' argument with ATTRIBUTE_UNUSED.

* dwarf2asm.c (dw2_asm_output_offset): Mark 'base' argument
	with ATTRIBUTE_UNUSED.

From-SVN: r112171
This commit is contained in:
Steven Bosscher 2006-03-17 07:11:35 +00:00 committed by Steven Bosscher
parent 6a03730827
commit 7925243518
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-03-17 Steven Bosscher <stevenb.gcc@gmail.com>
* dwarf2asm.c (dw2_asm_output_offset): Mark 'base' argument
with ATTRIBUTE_UNUSED.
2006-03-17 Alexandre Oliva <aoliva@redhat.com>
* dwarf2out.c (dwarf2out_stack_adjust): Always track the stack

View File

@ -127,7 +127,8 @@ dw2_asm_output_delta (int size, const char *lab1, const char *lab2,
this that we must use. */
void
dw2_asm_output_offset (int size, const char *label, section * base,
dw2_asm_output_offset (int size, const char *label,
section *base ATTRIBUTE_UNUSED,
const char *comment, ...)
{
va_list ap;