From 8db0409e97f73d2e090ec7a5aa54b1c176ab5629 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 Oct 2013 13:13:02 +0200 Subject: Suppress warning --- odb/sqlite/section-statements.txx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/odb/sqlite/section-statements.txx b/odb/sqlite/section-statements.txx index f097a5d..f005f74 100644 --- a/odb/sqlite/section-statements.txx +++ b/odb/sqlite/section-statements.txx @@ -34,9 +34,7 @@ namespace odb select_image_truncated_, 0, sizeof (select_image_truncated_)); std::memset (update_image_bind_, 0, sizeof (update_image_bind_)); - for (std::size_t i (0); - i < select_column_count + managed_optimistic_load_column_count; - ++i) + for (std::size_t i (0); i < select_bind_count; ++i) select_image_bind_[i].truncated = select_image_truncated_ + i; } } -- cgit v1.1