Skip to content

Commit

Permalink
Cleanup warnings of -Wunused-const-variable
Browse files Browse the repository at this point in the history
  • Loading branch information
howard0su committed Mar 23, 2020
1 parent 7c7a41e commit 500820b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/UICommon/AutoUpdate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down

0 comments on commit 500820b

Please sign in to comment.