Re: [sqlite] Compile time warning

2010-01-21 Thread Daniel Carrera
D. Richard Hipp wrote: > This is caused by a bug in GCC. > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42688 > has additional information. But the bug appears to be harmless > (correct code is generated in spite of the warning). So you should > simply ignore it. Thanks.

[sqlite] Compile time warning

2010-01-21 Thread Daniel Carrera
Hello, I have a simple program that uses SQLite. When I compile it I see the following warning: /home/daniel/.local/lib/libsqlite3.a(sqlite3.o): In function `memset': /usr/include/bits/string3.h:82: warning: memset used with constant zero length parameter; this could be due to transposed parame