|
Bugzilla – Full Text Bug Listing |
| Summary: | g++->= 4.5.x ˜interfaceOther" may be used uninitialized in this function | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | John Abraham <john.abraham.in> |
| Component: | internet | Assignee: | George Riley <riley> |
| Status: | RESOLVED FIXED | ||
| Severity: | blocker | CC: | ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
John Abraham
2011-05-05 18:27:07 UTC
(In reply to comment #0) > With g++ 4.5.3 > we get > [ 798/1587] cxx: src/internet/model/global-router-interface.cc -> > build/optimized/src/internet/model/global-router-interface_1.o > cc1plus: warnings being treated as errors > ../src/internet/model/global-router-interface.cc: In member function > ‘ns3::Ipv4Address > ns3::GlobalRouter::FindDesignatedRouterForLink(ns3::Ptr<ns3::NetDevice>, bool) > const’: > ../src/internet/model/global-router-interface.cc:1293:24: error: > ‘interfaceOther’ may be used uninitialized in this function > ../src/internet/model/global-router-interface.cc:1346:24: error: > ‘interfaceOther’ may be used uninitialized in this function > Waf: Leaving directory `/root/buildslave/full-fc64-14-g++-4.5.3/build/build' Please close this bug if I silenced it with the recent checkin (can't test it myself). |