Merge "[bootable][recovery] fix -Wreorder-init-list" am: 0d76cad830 am: 843c0bbb01 am: bd99b40ae9
am: 4f569e1436
Change-Id: I7d4a88d717ea3833b630a17bbab3c4d874d26b4f
This commit is contained in:
@@ -54,7 +54,11 @@ void load_volume_table() {
|
||||
}
|
||||
|
||||
fstab.emplace_back(FstabEntry{
|
||||
.mount_point = "/tmp", .fs_type = "ramdisk", .blk_device = "ramdisk", .length = 0 });
|
||||
.blk_device = "ramdisk",
|
||||
.mount_point = "/tmp",
|
||||
.fs_type = "ramdisk",
|
||||
.length = 0,
|
||||
});
|
||||
|
||||
std::cout << "recovery filesystem table" << std::endl << "=========================" << std::endl;
|
||||
for (size_t i = 0; i < fstab.size(); ++i) {
|
||||
|
||||
Reference in New Issue
Block a user