Ronald Oussoren added the comment:

What is cppcheck?

The report contains some very dodgy false positives, like:

[Modules/_cursesmodule.c:1095]: (style) Variable 'rtn' is assigned a value that 
is never used.
[Modules/_cursesmodule.c:1097]: (style) Unused variable: break

1) The "rtn" is used further on the function
2) "break" is not a variable at all, but a C keyword

There are also valid messages, but there appear to be a lot of false positives 
(based on the limited amount of checking that I've done)

----------
nosy: +ronaldoussoren

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18521>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to