Applied, thanks! Etienne Brateau, le mer. 19 janv. 2022 20:29:41 +0100, a ecrit: > --- > libstore/argp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libstore/argp.c b/libstore/argp.c > index a399b48f..31bae116 100644 > --- a/libstore/argp.c > +++ b/libstore/argp.c > @@ -198,7 +198,7 @@ store_parsed_open (const struct store_parsed *parsed, int > flags, > return open (0, store); > else > { > - int i; > + size_t i; > char *name; > error_t err = 0; > struct store **stores = malloc (sizeof (struct store *) * num); > -- > 2.34.1 > >
- [PATCH 1/7] libpager: fix a comparision between signed and... Etienne Brateau
- [PATCH 2/7] libpager: fix assertion unsigned against ... Etienne Brateau
- Re: [PATCH 2/7] libpager: fix assertion unsigned ... Samuel Thibault
- [PATCH 4/7] libdiskfs: improve asserts and remove a s... Etienne Brateau
- Re: [PATCH 4/7] libdiskfs: improve asserts and re... Samuel Thibault
- [PATCH 3/7] libstore: fix type of a counter Etienne Brateau
- Re: [PATCH 3/7] libstore: fix type of a counter Samuel Thibault
- [PATCH 7/7] proc: Fix variable type Etienne Brateau
- Re: [PATCH 7/7] proc: Fix variable type Samuel Thibault
- [PATCH 6/7] libnetfs: fix type of variable Etienne Brateau
- Re: [PATCH 6/7] libnetfs: fix type of variable Samuel Thibault
- [PATCH 5/7] libps: fix some signed vs unsigned compar... Etienne Brateau
- Re: [PATCH 5/7] libps: fix some signed vs unsigne... Samuel Thibault
- Re: [PATCH 1/7] libpager: fix a comparision between s... Samuel Thibault