On Sun, Sep 7, 2014 at 1:02 PM, skywind mailing lists < [email protected]> wrote:
> > Is it possible to change the fourth parameter in sqlite3_bind_XXX (and > probably other locations) because this seems to be for me the appropriate > type?! > No. That would be a compatibility break. Please use a cast to silence the compiler warnings. "(int)sizeof(...)" instead of just "sizeof(...)". -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

