Hi,
--- In webalizer@yahoogroups.com, "Ger Hobbelt" <ger@...> wrote:
>
> Assuming you are compiling with gcc (which is standard on OpenSuSE),
> no need to worry. on your platform C99-like u_int64_t has the same
> size as 'long long' for which the '%llu' is meant to be.
>
> As long as each of the warnings is about uint64_t versus %llu (or %lld
> ) you're perfectly fine.
>
> (Haven't compiled webalaizer for this platform myself, so I don't know
> if other warnings pop up.)
>
>
> Ger
ok, thanks. i did some tests and the binaries work for now. bigger
tests will follow later.
Thank you
Andre