aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-windows-nat.c
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2025-02-26 07:46:40 +0100
committerTom de Vries <tdevries@suse.de>2025-02-26 07:46:40 +0100
commit6c6080171fc877e461da0f6df23a9c36a984ca55 (patch)
tree4c119e75833d232a48bce3f3c4addb660c81af37 /gdb/i386-windows-nat.c
parent2f0521c0d6f6ea6fecef96cf825656263abb570d (diff)
downloadfsf-binutils-gdb-6c6080171fc877e461da0f6df23a9c36a984ca55.zip
fsf-binutils-gdb-6c6080171fc877e461da0f6df23a9c36a984ca55.tar.gz
fsf-binutils-gdb-6c6080171fc877e461da0f6df23a9c36a984ca55.tar.bz2
[gdb/build] Fix unused var in dwarf2/read.c
On x86_64-linux, with gcc 7.5.0 I ran into a build breaker: ... gdb/dwarf2/read.c: In function ‘void read_comp_units_from_section()’: gdb/dwarf2/read.c:4297:31: error: unused variable ‘sig_type_it’ \ [-Werror=unused-variable] auto [sig_type_it, inserted] = sig_types.emplace (sig_ptr); ^ ... Fix this by dropping the unused variable. Tested on x86_64-linux, by completing a build.
Diffstat (limited to 'gdb/i386-windows-nat.c')
0 files changed, 0 insertions, 0 deletions