go-sqlite3
go-sqlite3 copied to clipboard
C code errors on linux amd64
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; | ^~~~~~~