* Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
[deliverable/binutils-gdb.git] / binutils / addr2line.c
index 3cee867f3e16ea1a5ed60459c27a9801ec6318cc..72707c20bbb6cc871e293e8ab63311112f81687e 100644 (file)
@@ -123,7 +123,7 @@ static void
 find_address_in_section (abfd, section, data)
      bfd *abfd;
      asection *section;
-     PTR data;
+     PTR data ATTRIBUTE_UNUSED;
 {
   bfd_vma vma;
   bfd_size_type size;
This page took 0.023304 seconds and 4 git commands to generate.