mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-08 13:14:19 +03:00
misc: Fix an unused arguments warning
This commit is contained in:
parent
7119459b07
commit
0d729c987e
@ -21,6 +21,8 @@ char *fs_get_label(struct volume *part) {
|
||||
}
|
||||
|
||||
bool fs_get_guid(struct guid *guid, struct volume *part) {
|
||||
(void)guid; (void)part;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user