mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-15 04:06:24 +00:00
Fix some compiler warnings
This commit is contained in:
@@ -67,7 +67,7 @@ double BandwidthTracker::GetPeakMbps() {
|
||||
}
|
||||
|
||||
unsigned int BandwidthTracker::GetWindowSeconds() {
|
||||
return windowSeconds.count();
|
||||
return (unsigned int)windowSeconds.count();
|
||||
}
|
||||
|
||||
/// private methods
|
||||
|
||||
Reference in New Issue
Block a user