FYI: fix PR 11345

Pedro Alves pedro@codesourcery.com
Thu Mar 4 03:01:00 GMT 2010


On Thursday 04 March 2010 02:56:39, Doug Evans wrote:
> printf (string, 0) is what I had in mind.
> obviously printf ("%s", "%%") won't fix anything.

Ah.  That wouldn't work because you'd still get a warning
because `string' isn't a string literal.

> 
> ... but having tried it I'm seeing "... argument types not checked".

Right, something like that.  :-)

-- 
Pedro Alves



More information about the Gdb-patches mailing list