mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 08:23:34 -05:00
Use unsigned type for intensity.
This commit is contained in:
@@ -58,10 +58,10 @@ public:
|
||||
const Assembly assembly;
|
||||
const bool hugePages;
|
||||
const bool hwAES;
|
||||
const int intensity;
|
||||
const int priority;
|
||||
const int64_t affinity;
|
||||
const Miner *miner;
|
||||
const uint32_t intensity;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user