aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/query.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-07-17 15:17:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-07-17 15:17:56 +0200
commit6c54f21ce97f52d7df7df3f980586bb70a295d97 (patch)
tree3d39117f81efe4afa6e5bc9883e415d8353c6585 /odb/sqlite/query.cxx
parentc3866336c6e6c976b81d32abceda32c49face259 (diff)
Get rid of warning2.1.0.a1
Diffstat (limited to 'odb/sqlite/query.cxx')
-rw-r--r--odb/sqlite/query.cxx2
1 files changed, 1 insertions, 1 deletions
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 ("(?)");