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
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
* 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