Add one use of ATTRIBUTE_UNUSED
authorTom Tromey <tom@tromey.com>
Mon, 6 Jun 2016 19:43:50 +0000 (13:43 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 14 Jul 2016 16:35:37 +0000 (10:35 -0600)
commit821fc4aeef26bc7e5d5943c2f5d009a23e16883c
tree9d1a5330d871a78d6010d83d2ffe5c0019e331d9
parent537d9b851957475a8122949939023c81b1df1673
Add one use of ATTRIBUTE_UNUSED

One spot needed ATTRIBUTE_UNUSED to cope with the new warnings.

The case in inflow.c is just a mass of ifdefs; and while the only use
of "result" is guarded by "#if 0", I thought it simplest to leave it
all in place.

2016-07-14  Tom Tromey  <tom@tromey.com>

* inflow.c (child_terminal_ours_1): Use ATTRIBUTE_UNUSED.
gdb/ChangeLog
gdb/inflow.c
This page took 0.025753 seconds and 4 git commands to generate.