dict.c: add casting to avoid compilation warning.
rehashidx is always positive in the two code paths, since the only negative value it could have is -1 when there is no rehashing in progress, and the condition is explicitly checked.
Please register or sign in to comment