boot loader: mount_file_systems(): Fix warning
This commit is contained in:
parent
33def4258e
commit
e1b63b4fb8
@ -611,6 +611,7 @@ mount_file_systems(stage2_args *args)
|
||||
device = last;
|
||||
}
|
||||
*/
|
||||
(void)last;
|
||||
}
|
||||
last = device;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user