Re: [PATCH] init warning
On Tue, May 20, 2008 at 12:05:32PM +0200, Rocco Rutte wrote:
> Thanks. Do you get more warnings on amd64? If so I'd like to fix them with
> one patch instead of a rate of one file per day. :)
But I get more entries in the ChangeLog that way! :-)
No more pointer warnings. I get the usual ones about C90 and %ll, and a
mixture of others along the lines of:
pager.c:1745: warning: format ‘%lld’ expects type ‘long long int’, but
argument 4 has type ‘long int’
[...]
muttlib.c:824: warning: format ‘%lld’ expects type ‘long long int’, but
argument 4 has type ‘off_t’
I'm not sure whether these are caused by %lld/off_t actually being different
on AMD64 to x86, or whether they come out for everyone. Being able to use
-Werror would be nice, though, so I might look into them sometime.
--
Paul