Bugzilla – Bug 1161
opt build flow-monitor unused variables
Last modified: 2011-08-09 19:17:25 UTC
seen on optimized builds with g++ 4.6.0 Waf: Entering directory `/root/ns-3-test/ns-3-allinone/ns-3-dev/build' [1080/1561] cxx: src/flow-monitor/model/ipv4-flow-probe.cc -> build/optimized/src/flow-monitor/model/ipv4-flow-probe_1.o ../src/flow-monitor/model/ipv4-flow-probe.cc: In member function ‘void ns3::Ipv4FlowProbe::QueueDropLogger(ns3::Ptr<const ns3::Packet>)’: ../src/flow-monitor/model/ipv4-flow-probe.cc:327:8: error: variable ‘tagFound’ set but not used [-Werror=unused-but-set-variable] cc1plus: all warnings being treated as errors
Created attachment 1133 [details] patch
(In reply to comment #1) > Created attachment 1133 [details] > patch +1