SQLite Forum

warning: function may return address of local variable [-Wreturn-local-addr]
Login
Very helpful thread.  For me, just turning off the category of gcc warnings is an effective workaround.


export CGO_CFLAGS="-g -O2 -Wno-return-local-addr"