Actions
Bug #3019
closedsys/dev/disk/ncr/ncr.c:5157: pointless local variable ?
Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
04/11/2017
Due date:
% Done:
0%
Estimated time:
Description
dragonfly/sys/dev/disk/ncr/ncr.c:5157]: (style) Variable 'count' is modified but its new value is never used.
Suggest unused local variable.
Updated by swildner over 7 years ago
- Status changed from New to Closed
I've pushed a fix for this and some other cases that cppcheck whined about.
Actions