This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] Fix binutils-gdb build with GCC 4.9 (was: Build problems with GIT version: ../bfd/bfd.h:304:75: error: right-hand operand of comma expression has no effect)


Dear gdb-patches readers,

please ignore my patch. It has been fixed differently by
Nick (thanks!):
  https://sourceware.org/ml/binutils/2014-01/msg00334.html
[Already committed and, unsurprisingly, it works like a charm.]

(I thought I mention it here as his email only went to
 binutils.)


On Wed, Jan 29, 2014 at 01:56:19PM +0100, Tobias Burnus wrote:
> GCC 4.9 (current GIT version) seems to warn now about
>    bfd_set_section_userdata (stdoutput, seg, seginfo);
> where the macro expands to "..., TRUE" (-Wunused-value)

Tobias


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]