[Crash-utility] [PATCH] Fix for compiler warnings on 32-bit architectures

Alexey Makhalov amakhalov at vmware.com
Fri Nov 13 09:13:22 UTC 2020


Hi Kazu,

Looks good to me. Thanks!

> On Nov 13, 2020, at 12:54 AM, HAGIO KAZUHITO(萩尾 一仁) <k-hagio-ab at nec.com> wrote:
> 
> Suppress compiler warnings "warning: format '%ld' expects argument
> of type 'long int', but argument 4 has type 'uint64_t' [-Wformat=]"
> and similar ones generated on 32-bit architectures as a result of
> commit 3fedbee9bfbb ("vmware_guestdump: new input format").
> 
> Signed-off-by: Kazuhito Hagio <k-hagio-ab at nec.com>
> ---
> I missed those, I think we should fix before the release.
> 
> vmware_guestdump.c | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
> 

Acked-by: Alexey Makhalov <amakhalov at vmware.com>




More information about the Crash-utility mailing list