dark0s dark0s wrote:
> I need help. I am doing sqlite3 extension, but something don't work at
> compile time.
>
> The output of compiler is:
> bash-3.1# gcc -lsqlite3 labsinf.c -o inf
> labsinf.c: In function 'soundex':
> labsinf.c:16: warning: assignment discards qualifiers from pointer target t
I need help. I am doing sqlite3 extension, but something don't work at compile
time.
The output of compiler is:
bash-3.1# gcc -lsqlite3 labsinf.c -o inf
labsinf.c: In function 'soundex':
labsinf.c:16: warning: assignment discards qualifiers from pointer target type
The program is below, I am des
2 matches
Mail list logo