Fix compiler warnings
commit8a0d96141f71f583f29ae75cd1b89a9fbbce245c
authorStefan Weil <sw@weilnetz.de>
Sun, 17 Jul 2016 18:36:03 +0000 (17 20:36 +0200)
committerStefan Weil <sw@weilnetz.de>
Sun, 17 Jul 2016 18:36:03 +0000 (17 20:36 +0200)
tree0059bc7bc78e159c01a10899a695ae4082f1a72d
parent875666bc58ffc8dd7fdae5359534d115e35849c6
Fix compiler warnings

block/curl.c:172:5: warning:
 format ‘%d’ expects argument of type ‘int’,
 but argument 4 has type ‘curl_socket_t’ [-Wformat=]

cpu-exec.c:603:13: warning:
 variable ‘tb_exit’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]

Signed-off-by: Stefan Weil <sw@weilnetz.de>
block/curl.c
cpu-exec.c