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
How to reproduce [describe the steps how to reproduce the bug]
go install github.com/GoAdminGroup/adm@lastest
Expect [describe your expect result]
github.com/mattn/go-sqlite3
sqlite3-binding.c: En la función ‘sqlite3SelectNew’:
sqlite3-binding.c:128049:10: aviso: la función puede devolver la dirección de una variable local [-Wreturn-local-addr]
128049 | return pNew;
| ^~~~
sqlite3-binding.c:128009:10: nota: se declara aquí
128009 | Select standin;
Reproduction code [here to show your codes or examples]
Versions
Others [screenshots or others info here]
The text was updated successfully, but these errors were encountered:
Bug Description
Install acction
How to reproduce [describe the steps how to reproduce the bug]
go install github.com/GoAdminGroup/adm@lastest
Expect [describe your expect result]
github.com/mattn/go-sqlite3
sqlite3-binding.c: En la función ‘sqlite3SelectNew’:
sqlite3-binding.c:128049:10: aviso: la función puede devolver la dirección de una variable local [-Wreturn-local-addr]
128049 | return pNew;
| ^~~~
sqlite3-binding.c:128009:10: nota: se declara aquí
128009 | Select standin;
Reproduction code [here to show your codes or examples]
Versions
Others [screenshots or others info here]
The text was updated successfully, but these errors were encountered: