On Tue, 31 Jul 2012, Uros Bizjak wrote:
> On Tue, Jul 31, 2012 at 11:20 AM, Uros Bizjak wrote:
>
> > This patch removes all -Wmissing-format-attribute warnings on
> > alphaev68-pc-linux-gnu native build.
>
> Ouch, I didn't notice that some of these strings may be a format
> string with %< and %
On Tue, Jul 31, 2012 at 11:20 AM, Uros Bizjak wrote:
> This patch removes all -Wmissing-format-attribute warnings on
> alphaev68-pc-linux-gnu native build.
Ouch, I didn't notice that some of these strings may be a format
string with %< and %>, etc and should not be printed with "%s". Is
there a