mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-10 09:02:45 -05:00
Fixed compile warnings.
This commit is contained in:
@@ -41,8 +41,7 @@ constexpr size_t pageSize = 2 * 1024 * 1024;
|
||||
} // namespace xmrig
|
||||
|
||||
|
||||
xmrig::MemoryPool::MemoryPool(size_t size, bool hugePages, uint32_t node) :
|
||||
m_size(size)
|
||||
xmrig::MemoryPool::MemoryPool(size_t size, bool hugePages, uint32_t node)
|
||||
{
|
||||
if (!size) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user