Hello,
On 4/10/13 3:36 PM, Richard Fuchs wrote:
-int db_mysql_free_result(db1_con_t* _h, db1_res_t* _r); +int db_mysql_free_result(const db1_con_t* _h, db1_res_t* _r);
the change to the prototype of the above function is now throwing compilation warning:
km_db_mysql.c: In function ‘db_mysql_bind_api’: km_db_mysql.c:109: warning: assignment from incompatible pointer type
Do you need the const specifier? If yes, the DB API and probably the other database drivers need to be updated.
Cheers, Daniel