1
0
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:
Zdenek Kabelac 2014-01-08 12:04:41 +01:00
parent 4417cd288b
commit 5f246bf768

View File

@ -126,7 +126,7 @@ int lvm_pv_remove(lvm_t libh, const char *pv_name)
return rc; return rc;
} }
#define PV_LIST_MAGIC 4026907153 #define PV_LIST_MAGIC 4026907153U
static struct dm_list *_lvm_list_pvs(lvm_t libh) static struct dm_list *_lvm_list_pvs(lvm_t libh)
{ {