From 6c54f21ce97f52d7df7df3f980586bb70a295d97 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Tue, 17 Jul 2012 15:17:56 +0200
Subject: Get rid of warning

---
 odb/sqlite/query.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/odb/sqlite/query.cxx b/odb/sqlite/query.cxx
index 2c0706a..d979379 100644
--- a/odb/sqlite/query.cxx
+++ b/odb/sqlite/query.cxx
@@ -293,7 +293,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