"parameter name omitted"...

Seems I don't know C :) .

 

Anyway, here's a new analyzer run: https://db.tt/OPmKB75h

I applied David’s patch and let it finish (1,5h) this time, so this is all we get.

 

FIY:

Here’s the analyzer’s faq: http://clang-analyzer.llvm.org/faq.html

This is about source annotations: http://clang-analyzer.llvm.org/annotations.html

Summary: “I know the pointer is never null.” -> Remove the null pointer check and add an assertion to silence the analyzer.

 

Regards,

Markus

 

 

Von: Markus Engel [mailto:p637777@...3099...81...]
Gesendet: Sonntag, 23. März 2014 21:17
An: 'Johan Engelen'; inkscape-devel@lists.sourceforge.net
Betreff: [Inkscape-devel] clang static analysis report

 

Hi,

here’s the results of running scan-build on a part of the sources. I interrupted it, this takes quite a while… Anyway, you’ve got 263 possible bugs to check. Either there are many false positives or… inkscape shouldn’t even start :) .

 

Open index.html: https://db.tt/3Nj4vpmG

 

Regards,

Markus