Bug 2557

Summary: various dead assignments on example queue-disc-benchmark
Product: ns-3 Reporter: natale.patriciello
Component: traffic-controlAssignee: Stefano Avallone <stavallo>
Status: RESOLVED FIXED    
Severity: enhancement CC: ns-bugs
Priority: P5    
Version: pre-release   
Hardware: PC   
OS: Linux   
Attachments: patch

Description natale.patriciello 2016-11-16 09:00:03 UTC
Created attachment 2677 [details]
patch

Various assignment are found by the static analyzer to be unused. The patch simply add a "NS_UNUSED" each time the assignment is done but not used.
Comment 1 Stefano Avallone 2017-01-20 11:22:55 UTC
Fixed with changeset 12547:7e3598ea83b3, thanks!