| commit | 11153b13a56dae4ddd068ccf812ebc295783edf9 | [log] [tgz] |
|---|---|---|
| author | Sam James <sam@gentoo.org> | Thu Jul 17 13:16:31 2025 +0100 |
| committer | Sam James <sam@gentoo.org> | Thu Jul 17 13:16:31 2025 +0100 |
| tree | 133ed5e05f61d4031cfc5e70fd528989e7640b9c | |
| parent | fcf7470408aa0508fbe99abb99547757a348383d [diff] |
bfd: drop unused elt_no GCC trunk recently had improvements to its -Wunused-but-set-variable which picked up that elt_no isn't used at all in the end. * archive.c (_bfd_compute_and_write_armap): Drop unused elt_no.