Silence GCC warnings.

svn path=/trunk/; revision=37919
This commit is contained in:
Dmitry Gorbachev 2008-12-07 21:52:22 +00:00
parent 2772b79efd
commit 32580ec32a
41 changed files with 75 additions and 74 deletions

View file

@ -93,8 +93,7 @@ bool ext2_allocate_group_table(PEXT2_FILESYS fs, ULONG group,
PEXT2_BLOCK_BITMAP bmap)
{
bool retval;
ULONG group_blk, start_blk, last_blk, new_blk, blk;
int j;
ULONG group_blk, start_blk, last_blk, new_blk, blk, j;
group_blk = fs->ext2_sb->s_first_data_block +
(group * fs->ext2_sb->s_blocks_per_group);