Eric Blake f43bb1dc20 build: cast [ug]id_t when printing
This is a recurring problem for cygwin :)
For example, see commit 23a4df88.

qemu/qemu_driver.c: In function 'qemuStateInitialize':
qemu/qemu_driver.c:691:13: error: format '%d' expects type 'int', but argument 8 has type 'uid_t' [-Wformat]

* src/qemu/qemu_driver.c (qemuStateInitialize): Add casts.
* daemon/remote.c (remoteDispatchAuthList): Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
2013-05-30 10:36:16 -06:00
..
2012-05-28 11:00:01 +01:00
2012-10-12 00:03:43 +02:00
2013-05-20 14:03:48 -06:00
2013-05-30 10:36:16 -06:00
2013-04-12 11:27:57 +01:00
2013-04-19 14:31:16 -06:00