You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compiled the image and executed the sample you included at xeodou#34. I encountered the following warning in the terminal every time I ran the code—this occurred with both your sample and my own code, on my Mac and within the container.
Just to ask if this is expected behavior
# github.com/ValentinMontmirail/go-sqlcipher
sqlite3-binding.c: In function'sqlite3SelectNew':
sqlite3-binding.c:130289:10: warning: functionmayreturn address of local variable [-Wreturn-local-addr]
130289 |return pNew;| ^~~~
sqlite3-binding.c:130249:10: note: declared here
130249 | Select standin;| ^~~~~~~
The text was updated successfully, but these errors were encountered:
I compiled the image and executed the sample you included at xeodou#34. I encountered the following warning in the terminal every time I ran the code—this occurred with both your sample and my own code, on my Mac and within the container.
Just to ask if this is expected behavior
The text was updated successfully, but these errors were encountered: