Skip to content

Fix some warnings (-Wshadow, -Wpedantic, ...)

Tobias Leibner requested to merge (removed):fix_some_warnings into master

When compiling the tests with my debug settings, I am getting a lot of warnings, mainly due to -Wshadow and -Wpedantic. This MR fixes the warnings. There should be no functional changes.

Merge request reports