Re: [sqlite] help about extension

2008-04-08 Thread Dennis Cote
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

[sqlite] help about extension

2008-04-08 Thread dark0s dark0s
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