-
Notifications
You must be signed in to change notification settings - Fork 67
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
Compilation warning about memcpy with gcc 11.2.0 #127
Comments
It's quite possible this would get fixed upstream in sqlite. |
I'm on go1.16.8 linux/amd64 and seeing the same issue. |
This is mentioned on the forum here. Warnings like this creep in from time to time and generally are nothing to be concerned about. drh knows what he's doing :) |
I believe this was fixed upstream in sqlite 3.38 |
Yes this was fixed upstream so would be good to update if we can. I am seeing this issue too |
This is still an issue. I'm getting the same warning. |
This is still an issue. Ubuntu 22.04 install with GCC 11 with no changed settings and then running go install github.com/consbio/mbtileserver@latest |
Does updating to master with |
Hey, I'm using version 0.3.2 of this lib with go version 1.17.2 and
go build
prints a compilation warning but the build of my project succeeds.I have applied system updates last night and I believe compiler versions have changed:
gcc from 10.2.1 to 11.2.0
The text was updated successfully, but these errors were encountered: