Skip to content

Enable and fix more compiler warnings

Andreas Persson requested to merge fix-warnings into master

Enable more warnings and compile with -Werror

Fix any warnings that were exposed:

  • Unused variables
  • Variables set but not used
  • Signed/unsigned comparison

Merge request reports