parse: ensure that option group/category hold 64-bit
authorJens Axboe <axboe@fb.com>
Tue, 22 Dec 2015 16:04:27 +0000 (09:04 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 22 Dec 2015 16:04:27 +0000 (09:04 -0700)
commitb5f4ef37543b46f9ef44cabf691a92d6592fb286
tree446051d72e0b3ac41e64dbfc4652df4f1bd07985
parenta3f001f5f679ae4efc5f34f682b16a2673ec2bac
parse: ensure that option group/category hold 64-bit

options.c:3459:12: warning: large integer implicitly truncated to unsigned type [-Woverflow]
   .group = FIO_OPT_G_INVALID,

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