mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-31 14:50:37 +03:00
Intentionaly ignore result from get_config_uint32
This commit is contained in:
parent
41b1b9487c
commit
9d4bb244e3
@ -840,7 +840,7 @@ static void _read_desc(struct dm_pool *mem,
|
||||
log_suppress(old_suppress);
|
||||
*desc = dm_pool_strdup(mem, d);
|
||||
|
||||
get_config_uint32(cft->root, "creation_time", &u);
|
||||
(void) get_config_uint32(cft->root, "creation_time", &u);
|
||||
*when = u;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user