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 Fri May 13 01:55:15 UTC 2011


206d205
< gdb/dwarf2read.c:7693: code: OP eol: Do not use &&, or || at the end of a line
gdb/dwarf2read.c:7693:	  if (sym != NULL &&
785a785,786
> gdb/remote.c:9952: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:9952:  sprintf (rs->buf, ', location->owner->number, addr_buf);
> gdb/remote.c:9968: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:9968:  sprintf (rs->buf, ', location->owner->number, addr_buf);


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