Bug 1373

Summary: [LLVM] error: comparison of unsigned expression >= 0 is always true
Product: ns-3 Reporter: Gustavo J. A. M. Carneiro <gjcarneiro>
Component: ipv6Assignee: Tommaso Pecorella <tommaso.pecorella>
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:32:00 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.
Comment 1 Tommaso Pecorella 2012-02-23 18:27:31 UTC
Fixed with changeset 7740 - 6a3efc9d517d