mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-03 21:06:25 +01:00
SF#3563517: Get rid of loss-of-precision warnings on x64 MacOS
This commit is contained in:
parent
26d7402aff
commit
10267b5899
@ -215,7 +215,7 @@ inline void ThreadImpl::yieldImpl()
|
||||
|
||||
inline int ThreadImpl::getStackSizeImpl() const
|
||||
{
|
||||
return _pData->stackSize;
|
||||
return static_cast<int>(_pData->stackSize);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user