|
From: Florian K. <br...@ac...> - 2007-09-26 04:48:46
|
On Tuesday 25 September 2007 11:19 pm, Nicholas Nethercote wrote: > On Mon, 24 Sep 2007 sv...@va... wrote: > > Log: > > add format argument checking. might find useful portability issues > > That causes *lots* of warnings. Will you have a chance to work on fixing > them? > This warning: int format, UWord arg is fixed by a patch I had sent two weeks ago or so.. The other one: format argument is not a pointer .. I think you agreed to not fix that which suggests that -Wformat should probably not be enabled by default. But you could still use it occasionally and grep the build log to find the format inconsistencies that you're interested in.. Florian |