Re: [PATCH] libstore: fixed some pointer-sign related warnings

2014-02-19 Thread Samuel Thibault
Ignazio Sgalmuzzo, le Wed 19 Feb 2014 20:07:40 +, a écrit : > libstore/do-bunzip2.c: fixed type modifier, avoiding cast Better, applied :) > --- > libstore/do-bunzip2.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libstore/do-bunzip2.c b/libstore/do-bunzip2.c

[PATCH] libstore: fixed some pointer-sign related warnings

2014-02-19 Thread Ignazio Sgalmuzzo
libstore/do-bunzip2.c: fixed type modifier, avoiding cast --- libstore/do-bunzip2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libstore/do-bunzip2.c b/libstore/do-bunzip2.c index d599503..d2bc9da 100644 --- a/libstore/do-bunzip2.c +++ b/libstore/do-bunzip2.c @@ -31,8 +