mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 12:12:23 +01:00
Fix signed/unsigned comparison warnings.
This commit is contained in:
@@ -1242,8 +1242,6 @@ void ProjectWindow::OnIconize(wxIconizeEvent &event)
|
||||
// void return? I don't know.
|
||||
mIconized = event.IsIconized();
|
||||
|
||||
unsigned int i;
|
||||
|
||||
// VisibileProjectCount seems to be just a counter for debugging.
|
||||
// It's not used outside this function.
|
||||
auto VisibleProjectCount = std::count_if(
|
||||
|
||||
Reference in New Issue
Block a user