gocommerce icon indicating copy to clipboard operation
gocommerce copied to clipboard

fix Warning and note in sqlite3-binding.c

Open choirudin2210 opened this issue 1 year ago • 0 comments

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

choirudin2210 avatar Jul 15 '22 02:07 choirudin2210