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 Sat Apr 28 01:55:01 UTC 2012


> Well, this was actually a request by Jan, who correctly said that
> internationalization in this string is useless.  I can obviously provide
> a trivial patch for that, and I know it's the easiest solution for this,
> but I'd like to know if there isn't any other way of filtering such
> obvious non-internationalized cases.

I think you just place the string inside parenthesis, like so:

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

-- 
Joel


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