mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-11 00:45:53 +01:00
Fix warnings for unused variables and functions
This commit is contained in:
@@ -237,6 +237,11 @@ Meter::Meter(AudacityProject *project,
|
||||
mIcon(NULL),
|
||||
mAccSilent(false)
|
||||
{
|
||||
// Suppress warnings about the header file
|
||||
wxUnusedVar(SpeakerMenu_xpm);
|
||||
wxUnusedVar(MicMenu_xpm);
|
||||
wxUnusedVar(PrefStyles);
|
||||
|
||||
mStyle = mDesiredStyle;
|
||||
|
||||
mIsFocused = false;
|
||||
|
||||
Reference in New Issue
Block a user