diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-17 15:17:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-17 15:17:56 +0200 |
commit | 6c54f21ce97f52d7df7df3f980586bb70a295d97 (patch) | |
tree | 3d39117f81efe4afa6e5bc9883e415d8353c6585 | |
parent | c3866336c6e6c976b81d32abceda32c49face259 (diff) |
Get rid of warning2.1.0.a1
-rw-r--r-- | odb/sqlite/query.cxx | 2 |
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 ("(?)"); |