mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Cleanup warnings of -Wunused-const-variable
This commit is contained in:
@ -31,7 +31,6 @@
|
|||||||
#include "Core/Core.h"
|
#include "Core/Core.h"
|
||||||
#include "Core/NetPlayProto.h"
|
#include "Core/NetPlayProto.h"
|
||||||
|
|
||||||
const int NO_INDEX = -1;
|
|
||||||
static const char* MC_HDR = "MC_SYSTEM_AREA";
|
static const char* MC_HDR = "MC_SYSTEM_AREA";
|
||||||
|
|
||||||
bool GCMemcardDirectory::LoadGCI(GCIFile gci)
|
bool GCMemcardDirectory::LoadGCI(GCIFile gci)
|
||||||
|
@ -43,9 +43,9 @@ const char UPDATER_RELOC_FILENAME[] = ".Dolphin Updater.2.app";
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef OS_SUPPORTS_UPDATER
|
||||||
const char UPDATER_LOG_FILE[] = "Updater.log";
|
const char UPDATER_LOG_FILE[] = "Updater.log";
|
||||||
|
|
||||||
#ifdef OS_SUPPORTS_UPDATER
|
|
||||||
std::string MakeUpdaterCommandLine(const std::map<std::string, std::string>& flags)
|
std::string MakeUpdaterCommandLine(const std::map<std::string, std::string>& flags)
|
||||||
{
|
{
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
|
Reference in New Issue
Block a user