Fix aarch64 build warnings 74/264574/2
authorSeungbae Shin <seungbae.shin@samsung.com>
Fri, 24 Sep 2021 12:27:12 +0000 (21:27 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Mon, 27 Sep 2021 04:25:35 +0000 (13:25 +0900)
commit4666f7e663bc2e9c1d1caeade4fdfc81c989c139
tree8c0e4068d7c93cf2803bf6680a19ecb81a77bf51
parent449b0c5375917f12473d396f3a9f2080a6baef95
Fix aarch64 build warnings

Fixes following warnings:

- cast to pointer from integer of different size [-Wint-to-pointer-cast]
- format '%llu' expects argument of type 'long long unsigned int', but argument 9 has type 'pa_usec_t' {aka 'long unsigned int'} [-Wformat=]
- format '%d' expects argument of type 'int', but argument 7 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]

[Version] 13.0.76
[Issue Type] Build

Change-Id: I55a043c48107c3a3c6bf71cbb8b81f54c504180d
packaging/pulseaudio-modules-tizen.spec
src/module-tizenaudio-policy.c
src/module-tizenaudio-sink2.c
src/module-tizenaudio-source2.c
src/stream-manager-dbus.c
src/stream-manager.c