jaeles-project / jaeles

The Swiss Army knife for automated Web Application Testing

Home Page:https://jaeles-project.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue in install

hassan-elshoraa opened this issue · comments

github.com/mattn/go-sqlite3

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

What should i do ?