summaryrefslogtreecommitdiff
path: root/gdb-6.6/bfd/archive64.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb-6.6/bfd/archive64.c')
-rw-r--r--gdb-6.6/bfd/archive64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb-6.6/bfd/archive64.c b/gdb-6.6/bfd/archive64.c
index 4fc8b8519..269d22f80 100644
--- a/gdb-6.6/bfd/archive64.c
+++ b/gdb-6.6/bfd/archive64.c
@@ -54,7 +54,7 @@ bfd_elf64_archive_slurp_armap (bfd *abfd)
ardata->symdefs = NULL;
/* Get the name of the first element. */
- arhdrpos = bfd_tell (abfd);
+ arhdrpos = bfd_tell (abfd); (void)arhdrpos;
i = bfd_bread (nextname, 16, abfd);
if (i == 0)
return TRUE;