mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 22:12:58 +02:00
fixed more "statement has no effect" warnings
This commit is contained in:
@@ -271,7 +271,7 @@ unsigned BuiltinCommandsModule::DiscoverPluginsAtPath(
|
||||
bool BuiltinCommandsModule::IsPluginValid(const wxString & path, bool bFast)
|
||||
{
|
||||
// bFast is unused as checking in the list is fast.
|
||||
bFast;
|
||||
static_cast<void>(bFast); // avoid unused variable warning
|
||||
return mNames.Index(path) != wxNOT_FOUND;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user