-
Notifications
You must be signed in to change notification settings - Fork 60
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
build warning on gcc 7.3.0 #126
Comments
This was fixed upstream. |
No luck merging this anyway for quite a long time now. Let's hope the maintainer will return and make the choice. :) |
I also ran into this issue on Debian. I did the following to get a successful build: cd ~/go/src/github.com/
go get github.com/kevburnsjr/lmdb-go/lmdb
rm -rf bmatsuo/
mv kevburnsjr/ bmatsuo @kevburnsjr I appreciate your patches |
Hi I am facing this issue now, same issue is not observed any of my colleagues, not sure why. DEBUG: Executing shell function do_compile_ptest_base github.com/mendersoftware/mender/vendor/github.com/bmatsuo/lmdb-go/lmdbmdb.c: In function 'mdb_cursor_put': |
Hi, I have ubuntu bionic, gcc 7.3.0-16ubuntu3. I have implicit fallthrough warning:
That could be worked around with some gcc-specific attributes but I think it's worth disabling this warning altogether.
The text was updated successfully, but these errors were encountered: