Re: [Spice-devel] [PATCH 04/14] Add PRIu64 format for uint64_t

2018-02-15 Thread Frediano Ziglio
> > > > From: Christophe de Dinechin > > > > Otherwise, clang complains: > > > > spice-streaming-agent.cpp:414:66: warning: format specifies type 'unsigned > > long' but the argument has type 'uint64_t' (aka 'unsigned long long') > > [-Wformat] > > fprintf(f_log, "%lu: Frame

Re: [Spice-devel] [PATCH 04/14] Add PRIu64 format for uint64_t

2018-02-14 Thread Frediano Ziglio
> > From: Christophe de Dinechin > > Otherwise, clang complains: > > spice-streaming-agent.cpp:414:66: warning: format specifies type 'unsigned > long' but the argument has type 'uint64_t' (aka 'unsigned long long') > [-Wformat] > fprintf(f_log, "%lu: Frame of %zu bytes:\n",

[Spice-devel] [PATCH 04/14] Add PRIu64 format for uint64_t

2018-02-14 Thread Christophe de Dinechin
From: Christophe de Dinechin Otherwise, clang complains: spice-streaming-agent.cpp:414:66: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat] fprintf(f_log, "%lu: Frame of %zu bytes:\n", get_time(), fram