Re: Some warning: ... cleanup; relay no interest?

Helge Deller <[email protected]> Mon, 23 Jul 2007 22:38:11 +0200
Newsgroups gmane.linux.ports.hppa
Message-ID <[email protected]>
Hi Joel,

On Sunday 22 July 2007, Joel Soete wrote:
> There was <http://lists.parisc-linux.org/pipermail/parisc-linux/2007-June/031749.html>
> 
> Really no interest, just missed or did I made a big mistake?

I don't like that patch very much.
It converts everything needlessly to (unsigned long long), which is 64bit long.

Wouldn't it be better to use "%z" or "%z"<something> ?
%z refers to size_t which should be the native bit length.
I'm not sure what others on this list think about it, or if this even works with 64bit...

Helge