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: New ARI warning Fri Jun 20 01:55:39 UTC 2014


Hi Iain,

Could you take a look at this?

On 06/20/2014 02:56 AM, GDB Administrator wrote:
> 153a154,157
>> gdb/d-exp.y:536: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
> gdb/d-exp.y:536:		      sprintf (buf, ',
>> gdb/d-exp.y:1064: code: OP eol: Do not use &&, or || at the end of a line
> gdb/d-exp.y:1064:          if (innermost_block == 0 ||
>> gdb/d-exp.y:1081: code: OP eol: Do not use &&, or || at the end of a line
> gdb/d-exp.y:1081:      if (innermost_block == 0 ||
>> gdb/d-exp.y:1445: code: OP eol: Do not use &&, or || at the end of a line
> gdb/d-exp.y:1445:	    else if ((*p < '.' || *p > '.') && (*p != '.') &&
> 

Thanks,
-- 
Pedro Alves


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