Home
last modified time | relevance | path

Searched hist:cf67b692b38a5e0a76d6d94f77fd4aa1b5d31849 (Results 1 – 1 of 1) sorted by relevance

/qemu/
H A Dqemu-io-cmds.ccf67b692b38a5e0a76d6d94f77fd4aa1b5d31849 Sat Oct 06 18:38:51 UTC 2018 Stefan Weil <sw@weilnetz.de> qemu-io-cmds: Fix two format strings

Use %zu instead of %zd for unsigned numbers.

This fixes two error messages from the LSTM static code analyzer:

This argument should be of type 'ssize_t' but is of type 'unsigned long'

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>