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)
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>

No differences found