* grub-core/fs/zfs/zfs.c: Disable -Wstrict-aliasing.
This commit is contained in:
parent
4ed80652d2
commit
e0595a73b2
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-04-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/zfs/zfs.c: Disable -Wstrict-aliasing.
|
||||
|
||||
2012-04-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/minix.c (grub_minix_data): Fix ino type.
|
||||
|
|
|
@ -2378,6 +2378,8 @@ dnode_get (dnode_end_t * mdn, grub_uint64_t objnum, grub_uint8_t type,
|
|||
return GRUB_ERR_NONE;
|
||||
}
|
||||
|
||||
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
|
||||
|
||||
/*
|
||||
* Get the file dnode for a given file name where mdn is the meta dnode
|
||||
* for this ZFS object set. When found, place the file dnode in dn.
|
||||
|
|
Loading…
Reference in a new issue