Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many deprecated errors when attempting to build microbenchmarks #79

Open
Fjf opened this issue Jul 10, 2023 · 0 comments
Open

Many deprecated errors when attempting to build microbenchmarks #79

Fjf opened this issue Jul 10, 2023 · 0 comments

Comments

@Fjf
Copy link

Fjf commented Jul 10, 2023

Modern compilers (Clang 13.0.1, GCC 11.3.0) throw -Wdeprecated-copy warnings while building the microbenchmarks.
The -Werror flag in the Makefiles makes it so the compilation doesn't continue.
I saw in unittests this flag was removed in a later commit, so maybe this also needs to be removed for the former.
Alternatively, the -Wdeprecated-copy issues have to be fixed in the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant