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]

New ARI warning Tue Oct 8 01:57:09 UTC 2019


123a124,125
> gdb/ctfread.c:1071: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/ctfread.c:1071:  if ((tid = ctf_lookup_by_symbol (ccp->fp, idx)) == CTF_ERR)
> gdb/ctfread.c:1418: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/ctfread.c:1418:      if ((tid = ctf_lookup_by_symbol (cfp, idx)) == CTF_ERR)


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