mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Cleanup warnings of -Wunused-const-variable
This commit is contained in:
parent
7c7a41ecd8
commit
500820b352
@ -31,7 +31,6 @@
|
||||
#include "Core/Core.h"
|
||||
#include "Core/NetPlayProto.h"
|
||||
|
||||
const int NO_INDEX = -1;
|
||||
static const char* MC_HDR = "MC_SYSTEM_AREA";
|
||||
|
||||
bool GCMemcardDirectory::LoadGCI(GCIFile gci)
|
||||
|
@ -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__
|
||||
|
Loading…
Reference in New Issue
Block a user