|
Bugzilla – Full Text Bug Listing |
| Summary: | [LLVM] error: explicitly assigning a variable of type 'uint128_t' (aka '__uint128_t') to itself | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Component: | core | Assignee: | Mathieu Lacage <mathieu.lacage> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
I commented out the line and it passes the tests. changeset 5371c2273cf8 |
Error with clang++: ../src/core/model/int64x64-128.cc:87:11: error: explicitly assigning a variable of type 'uint128_t' (aka '__uint128_t') to itself [-Werror,-Wself-assign] rem = rem; ~~~ ^ ~~~ 1 error generated. Just comment out the line is a solution?