Fixup two compile warnings
authorJens Axboe <axboe@fb.com>
Fri, 16 Sep 2016 17:15:59 +0000 (11:15 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 16 Sep 2016 17:15:59 +0000 (11:15 -0600)
commit66da8a6041be849ef722f5cb9a6cd77db72b79cf
tree25788d969d9aca58be13b5e2dbf5220eb7baec18
parent5d1194c76716b8440e6aa7c6e2f36041193826a0
Fixup two compile warnings

- Don't put code before variables.

- uintptr_t cast to fix a warning on 32-bit

Signed-off-by: Jens Axboe <axboe@fb.com>
init.c
iolog.c