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

Code quality improvements #68

Open letsfindaway opened 2 years ago

letsfindaway commented 2 years ago

Currently there are a lot of warnings when compiling OpenBoard. In order to increase code quality we should aim to have no warnings even with -Wpedantic switched on.

I have seen in other projects that avoiding any warnings is not only a cosmetic change, but can also help to detect real problems.

See also #13.

List of this and other points:

letsfindaway commented 2 years ago

Compile warnings

Unused parameter

Unused variable