cleared some 64-bit warnings and test failures

This commit is contained in:
Alex Fabijanic
2014-05-13 04:06:00 -05:00
parent 0a61d7a2b9
commit 609a35578c
12 changed files with 43 additions and 31 deletions

View File

@@ -160,7 +160,7 @@ void SQLiteStatementImpl::bindImpl()
return;
}
int availableCount = 0;
std::size_t availableCount = 0;
Bindings::difference_type bindCount = 0;
Bindings::iterator it = _bindBegin;
for (; it != bindEnd; ++it)