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

C code errors on linux amd64 #1230

Open
4cecoder opened this issue Mar 26, 2024 · 0 comments
Open

C code errors on linux amd64 #1230

4cecoder opened this issue Mar 26, 2024 · 0 comments

Comments

@4cecoder
Copy link

4cecoder commented Mar 26, 2024

github.com/mattn/go-sqlite3 v1.14.0

sqlite3-binding.c: In function ‘sqlite3SelectNew’:
sqlite3-binding.c:129019:10: warning: function may return address of local variable [-Wreturn-local-addr]
129019 | return pNew;
| ^~~~
sqlite3-binding.c:128979:10: note: declared here
128979 | Select standin;
| ^~~~~~~

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