Fix different syntax errors
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
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.