* grub-core/osdep/windows/hostdisk.c (grub_util_fd_strerror): Silence

strict-aliasing warning.
	(fsync): Silence cast warning.
This commit is contained in:
Vladimir Serbinenko 2013-11-12 16:09:42 +01:00
parent 1dcb27157d
commit 08772054e9
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2013-11-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/osdep/windows/hostdisk.c (grub_util_fd_strerror): Silence
strict-aliasing warning.
(fsync): Silence cast warning.
2013-11-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/verify.c: Remove variable length arrays.