source: remove build warning 72/135272/2
authorJinhyung Jo <jinhyung.jo@samsung.com>
Wed, 21 Jun 2017 11:18:48 +0000 (20:18 +0900)
committerJinhyung Jo <jinhyung.jo@samsung.com>
Thu, 22 Jun 2017 06:17:26 +0000 (06:17 +0000)
commit16774a1a86387718aa971249a464af99fd3e0053
tree771beaee7fa9d363a9f5d5b5057172564dffbd24
parent981f183b8b4f9cf8aa6b8adc5c76f2589592dc9d
source: remove build warning

change format specifier for 'size_t': %d -> %zu, %x -> %zx
remove -Wint-to-pointer-cast, -Wpointer-to-int-cast
apply indentation to 'if' statement

Change-Id: Id58a213d6ce8a8b43d19c2789327ec7b2716ab93
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
src/default_plugin_appcmd.c
src/sdb.c
src/services.c
src/sockets.c
src/transport.c
src/transport_local.c
src/usb_funcfs_client.c
src/usb_linux_client.c