From 5d4af1156c6d10fc675394f3c0becb4889f8ff3d 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/oracle/query.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/oracle/query.cxx b/odb/oracle/query.cxx index f2cdac1..e66d9e4 100644 --- a/odb/oracle/query.cxx +++ b/odb/oracle/query.cxx @@ -268,7 +268,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