mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 23:07:56 +02:00
SF#3563517: Get rid of loss-of-precision warnings on x64 MacOS
This commit is contained in:
@@ -215,7 +215,7 @@ inline void ThreadImpl::yieldImpl()
|
||||
|
||||
inline int ThreadImpl::getStackSizeImpl() const
|
||||
{
|
||||
return _pData->stackSize;
|
||||
return static_cast<int>(_pData->stackSize);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user