Fix remote-sim.c build after warn-unused-result change
authorTom Tromey <tromey@adacore.com>
Wed, 6 Mar 2019 14:55:42 +0000 (07:55 -0700)
committerTom Tromey <tromey@adacore.com>
Wed, 6 Mar 2019 14:59:43 +0000 (07:59 -0700)
commit67a3048c0fe804ab1e36d4074e7fd2dadeb8bc0b
tree7e02a00c85d76f343e5a83797e3c1ad52cb1b05d
parentc3734e093aab1cea90a76b107cdda4a5870dd1b8
Fix remote-sim.c build after warn-unused-result change

John Darrington pointed out that commit 18cb7c9f3 ("Introduce
ATTRIBUTE_UNUSED_RESULT and use it") broke the build:

/home/john/binutils-gdb/gdb/remote-sim.c: In function 'void gdbsim_target_open(const char*, int)':
/home/john/binutils-gdb/gdb/remote-sim.c:765:18: error: ignoring return value of 'char** gdb_argv::release()', declared with attribute warn_unused_result [-Werror=unused-result]

This patch fixes the problem by arranging to use the result of the
release method.

Tested by rebuilding with a simulator enabled.

gdb/ChangeLog
2019-03-06  Tom Tromey  <tromey@adacore.com>

* remote-sim.c (gdbsim_target_open): Use result of
gdb_argv::release.
gdb/ChangeLog
gdb/remote-sim.c
This page took 0.024402 seconds and 4 git commands to generate.