Fix g++ warning about void* used in arithmetic
authorDaniel Gollub <daniel.gollub@t-online.de>
Wed, 12 Feb 2014 18:25:42 +0000 (19:25 +0100)
committerJens Axboe <axboe@fb.com>
Thu, 13 Feb 2014 04:21:39 +0000 (21:21 -0700)
commit3b5dac6372bcebe4adf6d2ba20f585c755285bea
tree89599d21867051ef4536ea1038f8c76a9caab432
parent8271963e39a0a6bfee4d848e1fae4f4e27685204
Fix g++ warning about void* used in arithmetic

../parse.h: In function ‘void* td_var(thread_options*, fio_option*, unsigned int)’:
../parse.h:110:10: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]
../parse.h:112:9: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]

Signed-off-by: Daniel Gollub <d.gollub@telekom.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
parse.h