Remove waring.

While there: Some whitespace cleanups.

svn path=/trunk/; revision=41887
This commit is contained in:
Michael Tüxen 2012-04-01 17:27:26 +00:00
parent c0a018ec2d
commit fc2377387d
1 changed files with 16 additions and 16 deletions

View File

@ -590,7 +590,7 @@ get_it_value(io_stat_t *io, int graph, int idx)
}
break;
case CALC_TYPE_LOAD:
if (idx==io->num_items) {
if (idx==(int)io->num_items) {
interval = (guint32)((cfile.elapsed_time.secs*1000) +
((cfile.elapsed_time.nsecs+500000)/1000000));
interval -= (io->interval * idx);