1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Fix many MSVC compiler warnings.

This commit is contained in:
James Crook
2018-10-29 13:19:33 +00:00
parent 6fe0c6dd45
commit 76166135d4
10 changed files with 19 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ void SelectionState::SelectTrackLength
void SelectionState::SelectTrack(
Track &track, bool selected, bool updateLastPicked )
{
bool wasCorrect = (selected == track.GetSelected());
//bool wasCorrect = (selected == track.GetSelected());
for (auto channel : TrackList::Channels(&track))
channel->SetSelected(selected);