Bugzilla – Bug 2557
various dead assignments on example queue-disc-benchmark
Last modified: 2017-01-20 11:22:55 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.
Fixed with changeset 12547:7e3598ea83b3, thanks!