Fix uint32_uint64 warning [Milan]

This commit is contained in:
Heinz Mauelshagen 2012-03-05 19:35:42 +01:00
parent 3c6a58fb5a
commit 6859738218

View File

@ -71,7 +71,7 @@ namespace {
// Add entry to the details tree
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);
// Insert an empty mapping tree