Make td_verror() use an unsigned type
authorJens Axboe <axboe@fb.com>
Mon, 14 Apr 2014 15:04:48 +0000 (09:04 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 14 Apr 2014 15:04:48 +0000 (09:04 -0600)
commit21beb609b6f1ce2b96209857d05fd03fb239b925
treeee981fce96594de415cf49094b1d1e8ccf43c0f3
parent1616e02595f4496747bec5a68ae5042d6460323a
Make td_verror() use an unsigned type

Get rid of warnings stating the input can't be negative.

Signed-off-by: Jens Axboe <axboe@fb.com>
fio.h