Bug 1370

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: coreAssignee: Mathieu Lacage <mathieu.lacage>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Gustavo J. A. M. Carneiro 2012-02-22 06:27:25 UTC
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?
Comment 1 Gustavo J. A. M. Carneiro 2012-02-22 08:59:55 UTC
I commented out the line and it passes the tests.
Comment 2 Mathieu Lacage 2012-02-24 03:34:58 UTC
changeset 5371c2273cf8