Ezio Melotti added the comment:

I grouped the errors by message and checked of there were any actual errors.  
Most of the reports seemed wrong or false positive, but a few looked fixable.  
I haven't checked the "Unusued variable" ones, because they are harmless (even 
thought we could clean them up), and the "value assigned to a var that is never 
used" (I suspect most of these are to silence compiler warnings about unused 
return values).  These two categories cover more than half of the errors.

I attach the file with the grouped content and some notes I took about the 
errors I looked at in case someone wants to check the remaining issues.

----------
nosy: +ezio.melotti, haypo, serhiy.storchaka
versions: +Python 3.4 -Python 3.5
Added file: 
http://bugs.python.org/file32108/cppcheck_reports_filtered_grouped.txt

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

Reply via email to