diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-30 14:55:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-30 14:55:54 +0200 |
commit | 3c62b4b218aedfe66cef51ce68c48b8e7e823328 (patch) | |
tree | d9b3238d341898800312fdcb9bfbac006ade10c1 | |
parent | 35e98da123d5c3b496094a9a908f58fcca231e43 (diff) |
Suppress warning1.8.0
-rw-r--r-- | odb/mssql/statement.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mssql/statement.cxx b/odb/mssql/statement.cxx index f68683c..8c3870d 100644 --- a/odb/mssql/statement.cxx +++ b/odb/mssql/statement.cxx @@ -365,7 +365,7 @@ namespace odb size_t i (0); for (bind* end (b + n); b != end; ++b) { - SQLLEN cap; + SQLLEN cap (0); switch (b->type) { |