Open
Description
I'm unable to install it
I'm not sure if this is the right place to mention it though.
sqlite3-binding.c: In function ‘sqlite3SelectNew’:
sqlite3-binding.c:128049:10: warning: function may return address of local variable [-Wreturn-local-addr]
128049 | return pNew;
| ^~~~
sqlite3-binding.c:128009:10: note: declared here
128009 | Select standin;
| ^~~~~~~
Installing go-sqlite3 manually gives me the same error message
Metadata
Assignees
Labels
No labels