[PATCH] Fix warnings from icc
authorJens Axboe <jens.axboe@oracle.com>
Tue, 5 Dec 2006 10:44:16 +0000 (11:44 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 5 Dec 2006 10:44:16 +0000 (11:44 +0100)
commit1e97cce9f5a87a67293a05ec4533ed6968698b2e
treecd6f55da57f0df9270bb1eed723c98bf3a7f0f2b
parent36dff96650e663e972d7f4318710d5730adaeb90
[PATCH] Fix warnings from icc

icc spewed a bunch of warnings on building fio, but it did actually build
and work. Some of them are real bugs, most are just "helpful" warnings.

icc doesn't like pointer arithmetic, however these are not fixed up. It
works as-is, just ignore those class of warnings.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 files changed:
Makefile
engines/fio-engine-sg.c
eta.c
filesetup.c
fio.c
fio.h
gettime.c
init.c
io_u.c
log.c
memory.c
parse.c
stat.c
time.c
verify.c