aboutsummaryrefslogtreecommitdiff
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
commitfeef4f43fff177e05367d78c573090e7d593a600 (patch)
tree76f96c349f50b52e47ca07fdae25762e07f3ed19
parent300a32df55aea139bee4869b7f2f50c2f7e21d0a (diff)
Get rid of warning2.1.0.a1
-rw-r--r--odb/mssql/query.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mssql/query.cxx b/odb/mssql/query.cxx
index 07dba0e..953835f 100644
--- a/odb/mssql/query.cxx
+++ b/odb/mssql/query.cxx
@@ -263,7 +263,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 ("(?)");