1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-07 07:55:04 -05:00

Fix compile warning.

This commit is contained in:
XMRig
2020-08-23 14:22:08 +07:00
parent 9a6b8594f3
commit 879e160ba3

View File

@@ -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;
}