mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
liblvm: mark constant as unsigned
This commit is contained in:
parent
4417cd288b
commit
5f246bf768
@ -126,7 +126,7 @@ int lvm_pv_remove(lvm_t libh, const char *pv_name)
|
||||
return rc;
|
||||
}
|
||||
|
||||
#define PV_LIST_MAGIC 4026907153
|
||||
#define PV_LIST_MAGIC 4026907153U
|
||||
|
||||
static struct dm_list *_lvm_list_pvs(lvm_t libh)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user