You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: