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 Jan 7 01:54:25 UTC 2011


GDB Administrator wrote:
622a623,624
gdb/mi/mi-cmd-disas.c:131: gettext: _ markup: All messages should be marked up with _.
gdb/mi/mi-cmd-disas.c:131: error ("mi_cmd_disassemble: Usage: ( [-f filename -l linenum [-n "
gdb/mi/mi-cmd-disas.c:135: gettext: _ markup: All messages should be marked up with _.
gdb/mi/mi-cmd-disas.c:135:    error ("mi_cmd_disassemble: Usage: [-f filename -l "
1072d1073
< gdb/solib-irix.c:575: gettext: _ markup: All messages should be marked up with _.
gdb/solib-irix.c:575:	      warning ("current_sos: truncating name of "
1249d1249
< gdb/tui/tui-layout.c:487: code: OP eol: Do not use &&, or || at the end of a line
gdb/tui/tui-layout.c:487:		  if (TUI_DATA_WIN->detail.data_display_info.regs_display_type !=
1267a1268
gdb/tui/tui-winsource.c:346: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/tui/tui-winsource.c:346:	  if ((offset = win_info->detail.source_info.horizontal_offset	       - num_to_scroll) < 0)
1321d1321
< gdb/varobj.c:2063: gettext: _ markup: All messages should be marked up with _.
gdb/varobj.c:2063:	      warning ("Assertion failed: Could not find "


Hmmm, these are all files that I touched, but the issues are all
pre-existing.  What's going on?  Why the new warnings?



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