Avoid a compilation warning
This commit is contained in:
parent
0032141723
commit
eb17704f28
|
@ -222,6 +222,8 @@ static void _prepare_new_adapt(char * query)
|
||||||
static void _pgsql_prepare_delete(PgSQL * pgsql,
|
static void _pgsql_prepare_delete(PgSQL * pgsql,
|
||||||
PgSQLStatement * statement)
|
PgSQLStatement * statement)
|
||||||
{
|
{
|
||||||
|
(void) pgsql;
|
||||||
|
|
||||||
PQclear(statement->res);
|
PQclear(statement->res);
|
||||||
free(statement->query);
|
free(statement->query);
|
||||||
object_delete(statement);
|
object_delete(statement);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user