diff options
author | Peter Maydell | 2016-06-17 14:42:11 +0200 |
---|---|---|
committer | Peter Maydell | 2016-06-17 16:05:55 +0200 |
commit | d121fcdf4520ed59c817d7f2846128a89772d497 (patch) | |
tree | 417141c1720320b5428f07e1b8555b17c904b2dd /hw/timer/lm32_timer.c | |
parent | Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.7-5... (diff) | |
download | qemu-d121fcdf4520ed59c817d7f2846128a89772d497.tar.gz qemu-d121fcdf4520ed59c817d7f2846128a89772d497.tar.xz qemu-d121fcdf4520ed59c817d7f2846128a89772d497.zip |
nbd/client.c: Correct trace format string
The trace format string in nbd_send_request uses PRIu16 for
request->type, but request->type is a uint32_t. This provokes
compiler warnings on the OSX clang. Use PRIu32 instead.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1466167331-17063-1-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/timer/lm32_timer.c')
0 files changed, 0 insertions, 0 deletions