1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-16 06:03:49 +01:00

fixed "statement has no effect" warnings

This commit is contained in:
andheh
2018-02-15 13:11:45 +01:00
committed by James Crook
parent 3dd0ce0459
commit ade7854c1d
5 changed files with 10 additions and 9 deletions

View File

@@ -3200,8 +3200,8 @@ void TrackInfo::DrawBackground(wxDC * dc, const wxRect & rect, bool bSelected,
bool bHasMuteSolo, const int labelw, const int vrul) const
{
//compiler food.
bHasMuteSolo;
vrul;
static_cast<void>(bHasMuteSolo);
static_cast<void>(vrul);
// fill in label
wxRect fill = rect;