mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
cleared some 64-bit warnings and test failures
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user