From fcf34fac875ca13849882d24f3b59e244abc9404 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 17 Jul 2012 15:17:56 +0200 Subject: Get rid of warning --- odb/mysql/query.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb') diff --git a/odb/mysql/query.cxx b/odb/mysql/query.cxx index 70d55c2..ac710d8 100644 --- a/odb/mysql/query.cxx +++ b/odb/mysql/query.cxx @@ -263,7 +263,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