Skip to content

Address compiler warnings when using -Wextra -Wpedantic

Maik Nijhuis requested to merge remove-compiler-warnings into master

Compiling with -Wextra -Wpedantic yielded many unused function arguments and some other issues.

This MR addresses many of them, however, issues about using variable-length arrays remain.

Edited by Maik Nijhuis

Merge request reports