diff options
Diffstat (limited to 'gcc/dwarf2asm.c')
-rw-r--r-- | gcc/dwarf2asm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/dwarf2asm.c b/gcc/dwarf2asm.c index 70854f5a93e..255daf02e21 100644 --- a/gcc/dwarf2asm.c +++ b/gcc/dwarf2asm.c @@ -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; |