Port: fix format warnings on Cygwin
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 15 May 2018 20:19:49 +0000 (16:19 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 17 May 2018 18:23:35 +0000 (14:23 -0400)
On Cygwin, be64toh() returns a "long long unsigned int" while the
format specifier PRIu64 expects a "long unsigned int". Both types
are 64bits integers, just cast the result to uint64_t to silence
the warnings.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

No differences found
This page took 0.027642 seconds and 5 git commands to generate.