diff options
author | Andreas Färber <andreas.faerber@web.de> | 2011-06-23 16:24:46 +0200 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2011-06-23 18:56:50 +0400 |
commit | cbc36cb05d56bc510e85d14059ee0ae2ae6e3126 (patch) | |
tree | a6ee3bd4101f7ee34c885af937074e2d840cedef /migration-fd.c | |
parent | 48e2faf222cbf4abab7c8e4b3f44229ec98eae7f (diff) |
coreaudio: Avoid formatting UInt32 type
coreaudioVoiceOut's audioDevicePropertyBufferFrameSize is defined as UInt32
and is being used by reference for AudioDevice{Get,Set}Property().
UInt32 is unsigned int on __LP64__ but unsigned long otherwise.
Cast to POSIX type and use PRIu32 format specifier to hide the details.
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 'migration-fd.c')
0 files changed, 0 insertions, 0 deletions