Fix narrowing conversion
This commit is contained in:
@ -88,7 +88,7 @@ system_time State::doDispatch()
|
|||||||
struct MachineInfo
|
struct MachineInfo
|
||||||
{
|
{
|
||||||
Machine::ptr machine;
|
Machine::ptr machine;
|
||||||
unsigned int currentJobs;
|
unsigned long currentJobs;
|
||||||
};
|
};
|
||||||
std::vector<MachineInfo> machinesSorted;
|
std::vector<MachineInfo> machinesSorted;
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user