summary refs log tree commit diff stats
path: root/hw/qdev.c
diff options
context:
space:
mode:
authorAndreas Färber <andreas.faerber@web.de>2011-06-23 16:24:45 +0200
committermalc <av1474@comtv.ru>2011-06-23 18:56:58 +0400
commit744d3644181ddb16ef5944a0f9217e46961c8c84 (patch)
tree4140a8e7972c644a57f47f209bbb8baa4385177e /hw/qdev.c
parentcbc36cb05d56bc510e85d14059ee0ae2ae6e3126 (diff)
downloadfocaccia-qemu-744d3644181ddb16ef5944a0f9217e46961c8c84.tar.gz
focaccia-qemu-744d3644181ddb16ef5944a0f9217e46961c8c84.zip
coreaudio: Fix OSStatus format specifier
OSStatus type is defined as SInt32. That's signed int on __LP64__ and
signed long otherwise.
Since it is an explicit 32-bit-width type, cast to corresponsing POSIX type
and use PRId32 format specifier. This avoids a warning on ppc64.

Cc: malc <av1474@comtv.ru>
Signed-off-by: Andreas Faerber <andreas.faerber@web.de>
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'hw/qdev.c')
0 files changed, 0 insertions, 0 deletions