Bug 1149

Summary: ‘maskLocal’ set but not used, g++> 4.6.0
Product: ns-3 Reporter: John Abraham <john.abraham.in>
Component: internetAssignee: George Riley <riley>
Status: RESOLVED FIXED    
Severity: trivial CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: patch

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