Re: [PATCH 2/3] libihash: fix comparison between signed and unsigned integer

2014-08-31 Thread Justus Winter
Quoting Samuel Thibault (2014-08-31 16:31:04) > Justus Winter, le Sun 31 Aug 2014 16:25:00 +0200, a écrit : > > * libihash/ihash.h (HURD_IHASH_ITERATE): Fix comparison between signed > > and unsigned integer expressions. > > Ack. > > This only fixes a warning, not a bug, right? Correct. Justus

Re: [PATCH 2/3] libihash: fix comparison between signed and unsigned integer

2014-08-31 Thread Samuel Thibault
Justus Winter, le Sun 31 Aug 2014 16:25:00 +0200, a écrit : > * libihash/ihash.h (HURD_IHASH_ITERATE): Fix comparison between signed > and unsigned integer expressions. Ack. This only fixes a warning, not a bug, right? > --- > libihash/ihash.h | 3 ++- > 1 file changed, 2 insertions(+), 1 delet

[PATCH 2/3] libihash: fix comparison between signed and unsigned integer

2014-08-31 Thread Justus Winter
* libihash/ihash.h (HURD_IHASH_ITERATE): Fix comparison between signed and unsigned integer expressions. --- libihash/ihash.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libihash/ihash.h b/libihash/ihash.h index 345630d..849a55a 100644 --- a/libihash/ihash.h +++ b/libihas