mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-31 09:49:29 +03:00
liblvm: mark constant as unsigned
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user