Fix warnings when compiling with -O3
This commit is contained in:
parent
25492a0f04
commit
5cae910665
4 changed files with 6 additions and 6 deletions
|
@ -3132,7 +3132,7 @@ make_mdn (dnode_end_t * mdn, struct grub_zfs_data *data)
|
|||
{
|
||||
void *osp;
|
||||
blkptr_t *bp;
|
||||
grub_size_t ospsize;
|
||||
grub_size_t ospsize = 0;
|
||||
grub_err_t err;
|
||||
|
||||
grub_dprintf ("zfs", "endian = %d\n", mdn->endian);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue