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

fallthrough error #550

Closed
Raviteja1996 opened this issue Mar 4, 2019 · 2 comments
Closed

fallthrough error #550

Raviteja1996 opened this issue Mar 4, 2019 · 2 comments

Comments

@Raviteja1996
Copy link

Raviteja1996 commented Mar 4, 2019

I am trying to install cereal. I cloned the GitHub url and made a build directory and did 'cmake' until then it was fine. When I tried to do 'make' it is showing,
cereal/./include/cereal/archives/json.hpp:211:33: error: this statement may fall through [-Werror=implicit-fallthrough=]

I am also attaching the image.

screenshot 43

@furkanusta
Copy link
Contributor

This warning was suppressed in the develop branch (see #432), can you try that?
Or you can use -DWITH_WERROR=OFF with CMake

@Raviteja1996
Copy link
Author

Thanks a lot …..its solved !!

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

No branches or pull requests

3 participants