diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-17 15:17:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-17 15:17:57 +0200 |
commit | 5d4af1156c6d10fc675394f3c0becb4889f8ff3d (patch) | |
tree | b75441632023910346f5c5186ddcd8c36e13c7ab | |
parent | dba7ff2f2832e4f8417a375f02c92e0992692d75 (diff) |
Get rid of warning2.1.0.a1
-rw-r--r-- | odb/oracle/query.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ("(?)"); |