1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +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

@@ -1638,8 +1638,8 @@ void LabelTrack::HandleTextClick(const wxMouseEvent & evt,
const wxRect & r, const ZoomInfo &zoomInfo,
SelectedRegion *newSel)
{
r;//compiler food.
zoomInfo;//compiler food.
static_cast<void>(r);//compiler food.
static_cast<void>(zoomInfo);//compiler food.
if (evt.ButtonDown())
{