mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-22 08:34:34 +02: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
|
inline int ThreadImpl::getStackSizeImpl() const
|
||||||
{
|
{
|
||||||
return _pData->stackSize;
|
return static_cast<int>(_pData->stackSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user