summaryrefslogtreecommitdiff
path: root/src/auditordb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-01 14:34:34 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-01 14:34:50 +0100
commit40d9674856dd77a98053f0451d76791de146551f (patch)
tree22660007e53e6a6173551f506737b6cd7ff9ecfe /src/auditordb
parentea57a95ba3052bf0d2f98a0aa53e99d636be7ce2 (diff)
downloadexchange-40d9674856dd77a98053f0451d76791de146551f.tar.gz
exchange-40d9674856dd77a98053f0451d76791de146551f.tar.bz2
exchange-40d9674856dd77a98053f0451d76791de146551f.zip
fix warnings
Diffstat (limited to 'src/auditordb')
-rw-r--r--src/auditordb/plugin_auditordb_postgres.c1
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))