|
Bugzilla – Full Text Bug Listing |
| Summary: | [LLVM] error: comparison of unsigned expression >= 0 is always true | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Component: | ipv6 | Assignee: | Tommaso Pecorella <tommaso.pecorella> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
Fixed with changeset 7740 - 6a3efc9d517d |
../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.