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 Mar 11 01:54:56 UTC 2011


106d105
< gdb/cli/cli-cmds.c:846: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/cli/cli-cmds.c:846:  if ((editor = (char *) getenv (')) == NULL)
138d136
< gdb/coffread.c:1334: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/coffread.c:1334:  if ((temp = strrchr (result, '.')) != NULL)
1298a1297,1298
> gdb/xtensa-tdep.c:165: code: inline: Do not use the inline attribute; since the compiler generally ignores this, better algorithm selection is needed to improved performance
gdb/xtensa-tdep.c:165:static inline unsigned long
> gdb/xtensa-tdep.c:175: code: inline: Do not use the inline attribute; since the compiler generally ignores this, better algorithm selection is needed to improved performance
gdb/xtensa-tdep.c:175:static inline void
1299a1300
> gdb/xtensa-tdep.c:740: code: inline: Do not use the inline attribute; since the compiler generally ignores this, better algorithm selection is needed to improved performance
gdb/xtensa-tdep.c:740:static inline


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