mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Cleanup warnings of -Wunused-const-variable
This commit is contained in:
@ -43,9 +43,9 @@ const char UPDATER_RELOC_FILENAME[] = ".Dolphin Updater.2.app";
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef OS_SUPPORTS_UPDATER
|
||||
const char UPDATER_LOG_FILE[] = "Updater.log";
|
||||
|
||||
#ifdef OS_SUPPORTS_UPDATER
|
||||
std::string MakeUpdaterCommandLine(const std::map<std::string, std::string>& flags)
|
||||
{
|
||||
#ifdef __APPLE__
|
||||
|
Reference in New Issue
Block a user