dcadec icon indicating copy to clipboard operation
dcadec copied to clipboard

CSA reports 4 "bugs"

Open merbanan opened this issue 11 years ago • 2 comments

The clang static analyzer reports 4 issues. 2 of them are dead storage. The other 2 are possibly just noise but it could be worth to take a look. I just ran:

scan-build make

under Ubuntu 14.10 with llvm and clang installed.

merbanan avatar Mar 25 '15 22:03 merbanan

Might be helpful to actually post those reports?

Nevcairiel avatar Mar 26 '15 13:03 Nevcairiel

Nothing interesting. Two cosmetic issues (which I belive are intented) and the other one is FP. Scan for reference https://dl.dropboxusercontent.com/u/16282309/dcadec/scan-build-2015-03-26-173804-14231-1/index.html

EDIT: Replaced scan with one from clang v3.6 to get rid of two false positives.

kasper93 avatar Mar 26 '15 16:03 kasper93