go-sqlite3 icon indicating copy to clipboard operation
go-sqlite3 copied to clipboard

C code errors on linux amd64

Open 4cecoder opened this issue 1 year ago • 0 comments

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; | ^~~~~~~

4cecoder avatar Mar 26 '24 19:03 4cecoder