2009-05-13 Pavel Roskin <proski@gnu.org>
* loader/i386/multiboot.c (grub_multiboot): Cast mmap_addr to grub_uint32_t to avoid a warning.
This commit is contained in:
parent
8090fc012a
commit
ac96388340
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2009-05-13 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* loader/i386/multiboot.c (grub_multiboot): Cast mmap_addr to
|
||||
grub_uint32_t to avoid a warning.
|
||||
|
||||
* loader/i386/linux.c (allocate_pages): When assigning
|
||||
real_mode_mem, cast through grub_size_t to fix a warning. The
|
||||
code already makes sure that the value would fit a pointer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue