]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Avoid compiler warning in dwarf-do-refresh
authorTom Tromey <tromey@adacore.com>
Mon, 19 Dec 2022 16:46:54 +0000 (09:46 -0700)
committerTom Tromey <tromey@adacore.com>
Mon, 19 Dec 2022 16:46:54 +0000 (09:46 -0700)
commit0d120726bda4768b176b83c1f81ef63a5d49d881
tree72e70d381c3df3115b380aa94a22146f18537532
parent4ec2227afb0a091fa94e1571bc5e117a2a6c8b01
Avoid compiler warning in dwarf-do-refresh

The Emacs 28 compiler warns about dwarf-mode.el:

Warning (comp): dwarf-mode.el:180:32: Warning: Unused lexical argument `ignore'

This is easily fixed by prepending "_" to the parameter's name.

binutils/ChangeLog
2022-12-19  Tom Tromey  <tromey@adacore.com>

* dwarf-mode.el (dwarf-do-refresh): Avoid compiler warning.
binutils/ChangeLog
binutils/dwarf-mode.el