qemu-e2k/contrib/vhost-user-scsi
Marc-André Lureau 3819af6e6a vhost-user-scsi: fix printf format warning
Fixes:
../contrib/vhost-user-scsi/vhost-user-scsi.c:118:57: error: format specifies
      type 'unsigned char' but the argument has type 'int' [-Werror,-Wformat]
    g_warning("Unable to determine cdb len (0x%02hhX)", cdb[0] >> 5);

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-12-17 19:32:47 +01:00
..
Makefile.objs vhost-user-scsi: Introduce a vhost-user-scsi sample application 2017-06-15 11:18:40 +02:00
vhost-user-scsi.c vhost-user-scsi: fix printf format warning 2019-12-17 19:32:47 +01:00