mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 18:05:47 -04:00
Fix a bunch of compiler warnings
This commit is contained in:
@ -45,7 +45,7 @@ void QtProgressCallback::SetProgressValue(u32 value)
|
||||
{
|
||||
BaseProgressCallback::SetProgressValue(value);
|
||||
|
||||
if (m_dialog.value() == m_progress_range)
|
||||
if (static_cast<u32>(m_dialog.value()) == m_progress_range)
|
||||
return;
|
||||
|
||||
m_dialog.setValue(m_progress_value);
|
||||
|
Reference in New Issue
Block a user