mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 01:35:46 -04:00
Fix a bunch of random warnings
This commit is contained in:
@ -7,6 +7,8 @@
|
||||
|
||||
Settings g_settings;
|
||||
|
||||
SettingsInterface::~SettingsInterface() = default;
|
||||
|
||||
const char* SettingInfo::StringDefaultValue() const
|
||||
{
|
||||
return default_value ? default_value : "";
|
||||
@ -628,3 +630,4 @@ const char* Settings::GetMemoryCardTypeDisplayName(MemoryCardType type)
|
||||
{
|
||||
return s_memory_card_type_display_names[static_cast<int>(type)];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user