From: Christian Grothoff Date: Tue, 21 Dec 2010 16:24:39 +0000 (+0000) Subject: cleaner X-Git-Tag: initial-import-from-subversion-38251~19449 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aaf6af14b8466a19d3ea13726f2452130f741103;p=oweals%2Fgnunet.git cleaner --- diff --git a/src/datacache/plugin_datacache_postgres.c b/src/datacache/plugin_datacache_postgres.c index 221409ac7..e391469fd 100644 --- a/src/datacache/plugin_datacache_postgres.c +++ b/src/datacache/plugin_datacache_postgres.c @@ -170,8 +170,8 @@ init_connection (struct Plugin *plugin) (ret, PG_DIAG_SQLSTATE))))) { - check_result (plugin, - ret, PGRES_COMMAND_OK, "CREATE TABLE", "gn090dc", __LINE__); + (void) check_result (plugin, + ret, PGRES_COMMAND_OK, "CREATE TABLE", "gn090dc", __LINE__); PQfinish (plugin->dbh); plugin->dbh = NULL; return GNUNET_SYSERR;