* grub-core/fs/zfs/zfs.c: Disable -Wstrict-aliasing.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-04-13 19:26:36 +02:00
parent 4ed80652d2
commit e0595a73b2
2 changed files with 6 additions and 0 deletions

View file

@ -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.

View file

@ -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.