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

Cannot compile latest version from git master on openSUSE Tumbleweed #2275

Open
fpesari opened this issue Feb 18, 2022 · 0 comments
Open

Cannot compile latest version from git master on openSUSE Tumbleweed #2275

fpesari opened this issue Feb 18, 2022 · 0 comments

Comments

@fpesari
Copy link

fpesari commented Feb 18, 2022

Hello,

I cannot compile the latest version of Cinder from git master on openSUSE Tumbleweed due to the fact that control reaches the end of a non-void function (as you can see in the log). Here is the specific error:

[   85s] /home/abuild/rpmbuild/BUILD/Cinder-git.master.20220210/src/cinder/Log.cpp:389:25: error: control reaches end of non-void function [-Werror=return-type]
[   85s]   389 |                         default: CI_ASSERT_NOT_REACHABLE();

but it could happen in other place too if the compiler check for it (-Werror=return-type) is not enabled when building Cinder.

Thank you for reading.

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