From: Christian Grothoff Date: Tue, 15 Mar 2011 10:00:14 +0000 (+0000) Subject: help static analysis X-Git-Tag: initial-import-from-subversion-38251~18976 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1e4b14df7222f249112399812bd9d2df15ab5139;p=oweals%2Fgnunet.git help static analysis --- diff --git a/src/datastore/plugin_datastore_postgres.c b/src/datastore/plugin_datastore_postgres.c index aa92d7620..18ad77885 100644 --- a/src/datastore/plugin_datastore_postgres.c +++ b/src/datastore/plugin_datastore_postgres.c @@ -350,8 +350,8 @@ init_connection (struct Plugin *plugin) (ret, PG_DIAG_SQLSTATE))))) { - check_result (plugin, - ret, PGRES_COMMAND_OK, "CREATE TABLE", "gn090", __LINE__); + (void) check_result (plugin, + ret, PGRES_COMMAND_OK, "CREATE TABLE", "gn090", __LINE__); PQfinish (plugin->dbh); plugin->dbh = NULL; return GNUNET_SYSERR;