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 Aug 2 02:08:00 UTC 2016 in gdb-7.12-branch


259a260
> gdb/inflow.c:401: regression: ATTRIBUTE_UNUSED: Do not use ATTRIBUTE_UNUSED, do not bother (GDB is compiled with -Werror and, consequently, is not able to tolerate false warnings.  Since -Wunused-param produces such warnings, neither that warning flag nor ATTRIBUTE_UNUSED are used by GDB
gdb/inflow.c:401:      int result ATTRIBUTE_UNUSED;
290a292
> gdb/linux-nat.c:1456: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/linux-nat.c:1456:		       lwpid, strerror (errno));
335d336
< gdb/mips-tdep.c:6991: deprecated: deprecated mips_set_processor_regs_hack: Do not use deprecated mips_set_processor_regs_hack, see declaration for details
gdb/mips-tdep.c:6991:deprecated_mips_set_processor_regs_hack (void)
338d338
< gdb/mips-tdep.h:148: deprecated: deprecated mips_set_processor_regs_hack: Do not use deprecated mips_set_processor_regs_hack, see declaration for details
gdb/mips-tdep.h:148:extern void deprecated_mips_set_processor_regs_hack (void);
479,503d478
< gdb/remote-mips.c:1254: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:1254:	sprintf (buff, ', cmd,
< gdb/remote-mips.c:1257: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:1257:	sprintf (buff, ', cmd,
< gdb/remote-mips.c:1458: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:1458:		sprintf (tbuff, ');
< gdb/remote-mips.c:1612: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/remote-mips.c:1612:	    if ((local_name = strchr (remote_name, '.')) != NULL)
< gdb/remote-mips.c:1643: deprecated: deprecated mips_set_processor_regs_hack: Do not use deprecated mips_set_processor_regs_hack, see declaration for details
gdb/remote-mips.c:1643:  deprecated_mips_set_processor_regs_hack ();
< gdb/remote-mips.c:2614: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:2614:	  sprintf (buf, ', i);
< gdb/remote-mips.c:2656: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:2656:	      sprintf (buf, ', phex_nz (addr, addr_size));
< gdb/remote-mips.c:2662: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:2662:	      sprintf (buf, ',
< gdb/remote-mips.c:2729: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:2729:	  sprintf (buf, ', phex_nz (addr, addr_size),
< gdb/remote-mips.c:2735: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:2735:	  sprintf (buf, ', phex_nz (addr, addr_size));
< gdb/remote-mips.c:2859: deprecated: deprecated ui_load_progress_hook: Do not use deprecated ui_load_progress_hook, see declaration for details
gdb/remote-mips.c:2859:	      if (deprecated_ui_load_progress_hook)
< gdb/remote-mips.c:2860: deprecated: deprecated ui_load_progress_hook: Do not use deprecated ui_load_progress_hook, see declaration for details
gdb/remote-mips.c:2860:		deprecated_ui_load_progress_hook (s->name, i);
< gdb/remote-mips.c:3056: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3056:  sprintf (*buff, ');
< gdb/remote-mips.c:3083: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3083:  sprintf (*buff, ');
< gdb/remote-mips.c:3086: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3086:  sprintf (*buff, ');
< gdb/remote-mips.c:3152: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3152:	  sprintf (p, ');
< gdb/remote-mips.c:3227: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/remote-mips.c:3227:      if ((tftp_file = fopen (tftp_localname, ')) == NULL)
< gdb/remote-mips.c:3274: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3274:  sprintf (hexnumber, ', final);
< gdb/remote-mips.c:3289: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3289:  sprintf (hexnumber, ', bintotal);
< gdb/remote-mips.c:3433: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3433:  sprintf (buffer, ');
< gdb/remote-mips.c:3450: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3450:	sprintf (buffer, ');
< gdb/remote-mips.c:3495: deprecated: deprecated ui_load_progress_hook: Do not use deprecated ui_load_progress_hook, see declaration for details
gdb/remote-mips.c:3495:			if (deprecated_ui_load_progress_hook)
< gdb/remote-mips.c:3496: deprecated: deprecated ui_load_progress_hook: Do not use deprecated ui_load_progress_hook, see declaration for details
gdb/remote-mips.c:3496:			  deprecated_ui_load_progress_hook (s->name, i);
< gdb/remote-mips.c:3530: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3530:  sprintf (buffer, ');	 
< gdb/remote-mips.c:3616: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3616:  sprintf (buf, ', args);
567a543
> gdb/rust-lang.c:1060: code: OP eol: Do not use &&, or || at the end of a line
gdb/rust-lang.c:1060:      = (TYPE_FIELD_BITPOS (result, i - 1) / TARGET_CHAR_BIT +
740a717
> gdb/windows-nat.c:840: code: OP eol: Do not use &&, or || at the end of a line
gdb/windows-nat.c:840:  if ((errno == ERANGE) || (event_id == 0) || (event_id > UINTPTR_MAX) ||


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