diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-11-01 14:34:34 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-11-01 14:34:50 +0100 |
commit | 40d9674856dd77a98053f0451d76791de146551f (patch) | |
tree | 22660007e53e6a6173551f506737b6cd7ff9ecfe /src/auditordb | |
parent | ea57a95ba3052bf0d2f98a0aa53e99d636be7ce2 (diff) |
fix warnings
Diffstat (limited to 'src/auditordb')
-rw-r--r-- | src/auditordb/plugin_auditordb_postgres.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c index c5559131f..19714e129 100644 --- a/src/auditordb/plugin_auditordb_postgres.c +++ b/src/auditordb/plugin_auditordb_postgres.c @@ -1027,6 +1027,7 @@ postgres_start (void *cls, GNUNET_PQ_EXECUTE_STATEMENT_END }; + (void) cls; if (GNUNET_OK != GNUNET_PQ_exec_statements (session->conn, es)) |