Bugzilla – Bug 1373
[LLVM] error: comparison of unsigned expression >= 0 is always true
Last modified: 2012-02-23 18:27:31 UTC
../src/internet/model/ipv6-address-generator.cc:500:27: error: comparison of unsigned expression >= 0 is always true [-Werror,-Wtautological-compare] for (uint32_t i = 15; i >= 0; --i) ~ ^ ~ 1 error generated.
Fixed with changeset 7740 - 6a3efc9d517d