Skip to content

Fix different syntax errors

Reinhard Resch requested to merge fix-syntax-errors into develop

Those warnings will appear if you compile with -std=c++20, --enable-debug or --coverage. Since we are using -Werror our pipeline will fail if any of those flags is used.

Edited by Reinhard Resch

Merge request reports