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