On 10/28/2009 04:41 PM, malc wrote:
> > sizeof returns size_t (%zX), so this is wrong> > size_t is long on all practical platforms except ia64-hpux and Win64, so this > is not more wrong than it was before.Yea right, except that's it's not long on any 32bit platform, at least not from gcc's -Wformat point of view.
Still an improvement (wrong code vs. warning)... you are a committer, you can fix it yourself if it bothers you...
Paolo