mirror of https://github.com/sipwise/sems.git
size_t will always be true against `>=` because it's a typedef for unsigned long. Makes no sense to check it, just log what it is. Fixes: Unsigned compared against 0 (NO_EFFECT) unsigned_compare: This greater-than-or-equal-to-zero comparison of an unsigned value is always true. reply->len >= 0UL. Change-Id: I75803cbe0760a1b5c4a0d056af86bc992ea0a110master
parent
305d860a36
commit
6dfc04d3cc
Loading…
Reference in new issue