letsfindaway / OpenBoard

I'm using this fork to contribute features and fixes to the upstream project. In order to create good pull requests, I'm rebasing my feature branches, squashing and reordering commits, etc. If you fork this repository be aware that my development branches may rewrite history without prior notice.
http://openboard.ch/
GNU General Public License v3.0
9 stars 0 forks source link

clang-tidy and clazy messages #148

Open letsfindaway opened 1 year ago

letsfindaway commented 1 year ago

Analyzing the source code with clang-tidy and clazy gets a large amount of messages:

grafik

I would like to fix at least those which are potential errors, but also as much as possible from others. My categories are, in descending order of importance:

Here the categorized list of messages together with a short explanation:

letsfindaway commented 8 months ago

I will probably separate this into several PRs according to urgency. So the first PR will only contain the FIXME items.