Fix uint32_uint64 warning [Milan]
This commit is contained in:
parent
3c6a58fb5a
commit
6859738218
@ -71,7 +71,7 @@ namespace {
|
|||||||
|
|
||||||
// Add entry to the details tree
|
// Add entry to the details tree
|
||||||
uint64_t key[1] = {dev};
|
uint64_t key[1] = {dev};
|
||||||
device_details details = {mapped_blocks, trans_id, creation_time, snap_time};
|
device_details details = {mapped_blocks, trans_id, (uint32_t)creation_time, (uint32_t)snap_time};
|
||||||
md_->details_->insert(key, details);
|
md_->details_->insert(key, details);
|
||||||
|
|
||||||
// Insert an empty mapping tree
|
// Insert an empty mapping tree
|
||||||
|
Loading…
Reference in New Issue
Block a user