summaryrefslogtreecommitdiff
path: root/cpp/test/Common/TestHelper.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-06-27 00:38:57 +0200
committerJose <jose@zeroc.com>2019-06-27 00:38:57 +0200
commit60ea1d3f6583699a0a1abf78ac0ea52ce3068fa6 (patch)
tree0678a4cbf7f99c61d5251781cde4bbf133cd0733 /cpp/test/Common/TestHelper.cpp
parentC++ Ice/custom test build failure on macOS (diff)
downloadice-60ea1d3f6583699a0a1abf78ac0ea52ce3068fa6.tar.bz2
ice-60ea1d3f6583699a0a1abf78ac0ea52ce3068fa6.tar.xz
ice-60ea1d3f6583699a0a1abf78ac0ea52ce3068fa6.zip
iOS build fixes
Diffstat (limited to 'cpp/test/Common/TestHelper.cpp')
-rw-r--r--cpp/test/Common/TestHelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Common/TestHelper.cpp b/cpp/test/Common/TestHelper.cpp
index 304dea939b0..8e78fd37eda 100644
--- a/cpp/test/Common/TestHelper.cpp
+++ b/cpp/test/Common/TestHelper.cpp
@@ -88,7 +88,7 @@ StreamHelper::sync()
IceUtil::Mutex::Lock sync(_mutex);
if(_controllerHelper)
{
- _controllerHelper->print(std::string(pbase(), static_cast<int>(n)));
+ _controllerHelper->print(std::string(pbase(), static_cast<size_t>(n)));
}
}
pbump(-static_cast<int>(pptr() - pbase()));