mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 07:43:50 +01:00
Apply parts of a warning supression patch by Campbell Barton
This commit is contained in:
@@ -99,6 +99,9 @@ void LibraryPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
#ifdef DISABLE_DYNAMIC_LOADING_LAME
|
||||
locate_button->Enable(FALSE);
|
||||
download_button->Enable(FALSE);
|
||||
#else
|
||||
(void)locate_button;
|
||||
(void)download_button;
|
||||
#endif // DISABLE_DYNAMIC_LOADING_LAME
|
||||
}
|
||||
S.EndTwoColumn();
|
||||
|
||||
Reference in New Issue
Block a user