mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-21 22:04:19 +03:00
gcc: keep unsigned arithmetic
Avoid conversion to int.
This commit is contained in:
parent
94b5aa0aad
commit
90a9a7785e
@ -66,7 +66,7 @@ struct cb_set {
|
||||
|
||||
static struct cb_set *_cb_set_create(unsigned nr)
|
||||
{
|
||||
int i;
|
||||
unsigned i;
|
||||
struct cb_set *cbs = malloc(sizeof(*cbs));
|
||||
|
||||
if (!cbs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user