Closed xiaocang closed 3 years ago
strbuf.c:155:49: warning: Either the condition 's->increment<0' is redundant or there is division by zero at line 155. [zerodivcond] newsize = ((newsize + s->increment - 1) / s->increment) * s->increment;
strbuf.c:155:49: warning: Either the condition 's->increment<0' is redundant or there is division by zero at line 155. [zerodivcond] newsize = ((newsize + s->increment - 1) / s->increment) * s->increment;