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 Wed May 26 01:54:51 UTC 2010


On Tue, May 25, 2010 at 6:54 PM, GDB Administrator
<gdbadmin@sourceware.org> wrote:
> 1084a1085
>> gdb/python/py-cmd.c:192: gettext: _ markup: All messages should be marked up with _.
> gdb/python/py-cmd.c:192: ? ? ? ?error ("%s", msg);
>

There were already a couple of uses of error ("%s", ...) so I figured
it was safe.

OOC, is this why source.c has:

error (("%s"), msg);

?


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