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