mirror of
https://git.proxmox.com/git/grub2
synced 2026-03-28 10:47:07 +00:00
* fs/udf.c (grub_udf_mount): Fix warning about a shadowing a variable. * include/grub/i386/loader.h: Change declaration of grub_linux_boot() to match what grub_loader_set() expects. * util/getroot.c (grub_guess_root_device): Return const char* to fix a warning. * util/grub-probe.c (probe): Fix a warning about uninitialized abstraction_name variable. * util/i386/get_disk_name.c (grub_util_get_disk_name): Mark second argument as unused to fix a warning. |
||
|---|---|---|
| .. | ||
| affs.c | ||
| cpio.c | ||
| ext2.c | ||
| fat.c | ||
| fshelp.c | ||
| hfs.c | ||
| hfsplus.c | ||
| iso9660.c | ||
| jfs.c | ||
| minix.c | ||
| ntfs.c | ||
| ntfscomp.c | ||
| reiserfs.c | ||
| sfs.c | ||
| udf.c | ||
| ufs.c | ||
| xfs.c | ||