From 42fd8756a1785e94f4ab948291316830f77bcf4b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 17 Jul 2012 15:17:57 +0200 Subject: Get rid of warning --- odb/pgsql/query.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/pgsql/query.cxx b/odb/pgsql/query.cxx index 9d50c3b..6c0bd4c 100644 --- a/odb/pgsql/query.cxx +++ b/odb/pgsql/query.cxx @@ -360,7 +360,7 @@ namespace odb // Add the conversion expression, if any. // - string::size_type p; + string::size_type p (0); if (!i->part.empty ()) { p = i->part.find ("(?)"); -- cgit v1.1