mirror of
https://git.proxmox.com/git/grub2
synced 2026-02-03 07:28:06 +00:00
* disk/raid.c: Cast grub_dprintf() arguments to unsigned long long if the format specifier expects it. * partmap/gpt.c (gpt_partition_map_iterate): Likewise. * partmap/pc.c (pc_partition_map_iterate): Likewise. * fs/ntfs.c (grub_ntfs_uuid): Cast data->uuid to unsigned long long to fix a warning. * fs/reiserfs.c (grub_reiserfs_read): Change casts in grub_dprintf() arguments to fix warnings. |
||
|---|---|---|
| .. | ||
| efi | ||
| i386/pc | ||
| ieee1275 | ||
| ata.c | ||
| fs_uuid.c | ||
| host.c | ||
| loopback.c | ||
| lvm.c | ||
| memdisk.c | ||
| raid.c | ||