Bug 1149 - ‘maskLocal’ set but not used, g++> 4.6.0
‘maskLocal’ set but not used, g++> 4.6.0
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: internet
ns-3-dev
All All
: P5 trivial
Assigned To: George Riley
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-05-16 11:34 UTC by John Abraham
Modified: 2011-08-09 19:14 UTC (History)
1 user (show)

See Also:


Attachments
patch (648 bytes, patch)
2011-05-16 11:42 UTC, John Abraham
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Abraham 2011-05-16 11:34:03 UTC
[ 811/1561] cxx: src/internet/model/global-router-interface.cc -> build/debug/src/internet/model/global-router-interface_1.o                                                                                      
../src/internet/model/global-router-interface.cc: In member function ‘void ns3::GlobalRouter::ProcessPointToPointLink(ns3::Ptr<ns3::NetDevice>, ns3::GlobalRoutingLSA*)’:
../src/internet/model/global-router-interface.cc:1046:12: error: variable ‘maskLocal’ set but not used [-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors
Comment 1 John Abraham 2011-05-16 11:42:05 UTC
Created attachment 1118 [details]
patch