summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/hash/hash_tiger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/hash_tiger.c b/ext/hash/hash_tiger.c
index 98284fe072..0ded846cf6 100644
--- a/ext/hash/hash_tiger.c
+++ b/ext/hash/hash_tiger.c
@@ -120,7 +120,7 @@
{ \
register php_hash_uint64 a, b, c, tmpa, x0, x1, x2, x3, x4, x5, x6, x7; \
php_hash_uint64 aa, bb, cc; \
- int pass_no; \
+ unsigned int pass_no; \
\
a = state[0]; \
b = state[1]; \