• E
    build: cast [ug]id_t when printing · f43bb1dc
    Eric Blake 提交于
    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: NEric Blake <eblake@redhat.com>
    f43bb1dc
remote.c 150.9 KB