Re: [PATCH] init warning
Hi,
* Rocco Rutte wrote:
Using the current code as fallback together with the SIZEOF_LONG==4
check, the attached patch only leaves me with warnings about format
modifiers not being C90 compatible but without argument size warnings in
32bit and 64bit compilation mode. This seems to be much better than cast
to the type we think is right and disallow the compiler to warn us we're
wrong.
I pushed this patch. However, I missed to give proper credit in the
commit message... still thanks to everybody providing input on the
issue.
Rocco