mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:52:56 +00:00
Silence GCC warnings.
svn path=/trunk/; revision=37919
This commit is contained in:
parent
2772b79efd
commit
32580ec32a
41 changed files with 75 additions and 74 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue