From b9ebf41d9c7fbc9d8ef3b9a73abac4148e5b106a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 25 Jul 2011 21:51:12 +0200 Subject: Suppress warnings --- odb/pgsql/statement.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/pgsql/statement.cxx') diff --git a/odb/pgsql/statement.cxx b/odb/pgsql/statement.cxx index c1de28d..f9a4fb7 100644 --- a/odb/pgsql/statement.cxx +++ b/odb/pgsql/statement.cxx @@ -97,7 +97,7 @@ namespace odb n.values[i] = reinterpret_cast (current_bind.buffer); - size_t l; + size_t l (0); switch (current_bind.type) { @@ -458,7 +458,7 @@ namespace odb native_data_.formats, 1)); PGresult* h (r.get ()); - ExecStatusType stat; + ExecStatusType stat (PGRES_FATAL_ERROR); if (!is_good_result (h, &stat)) { -- cgit v1.1