mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix warnings
This commit is contained in:
@@ -1327,7 +1327,7 @@ struct HighResolutionTimer::Pimpl : public Uncopyable
|
||||
shouldStop = false;
|
||||
|
||||
if (pthread_create (&thread, nullptr, timerThread, this) == 0)
|
||||
setThreadToRealtime (thread, newPeriod);
|
||||
setThreadToRealtime (thread, (uint64) newPeriod);
|
||||
else
|
||||
bassertfalse;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user