mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-23 12:09:22 +00:00
Fix compile warning.
This commit is contained in:
parent
9a6b8594f3
commit
879e160ba3
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ public:
|
|||
return true;
|
||||
}
|
||||
|
||||
for (const auto kv : m_datasets) {
|
||||
for (const auto &kv : m_datasets) {
|
||||
if (kv.second->isOneGbPages()) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue