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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user