mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-08 06:23:21 +00: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