Re: [PATCH]: Fix -Wmissing-format-attribute warnings

2012-07-31 Thread Joseph S. Myers
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 %

Re: [PATCH]: Fix -Wmissing-format-attribute warnings

2012-07-31 Thread Uros Bizjak
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