Skip to content
Permalink
Browse files
Merge pull request #10803 from Zopolis4/clangingaround
Resolve additional warnings generated by clang
  • Loading branch information
JMC47 committed Jul 2, 2022
2 parents edd89e3 + 0f07deb commit b5f4b0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
@@ -23,8 +23,6 @@

namespace Common::Log
{
constexpr size_t MAX_MSGLEN = 1024;

const Config::Info<bool> LOGGER_WRITE_TO_FILE{{Config::System::Logger, "Options", "WriteToFile"},
false};
const Config::Info<bool> LOGGER_WRITE_TO_CONSOLE{
@@ -37,9 +37,6 @@ class CSIDevice_Keyboard : public ISIDevice

KeyArray MapKeys(const KeyboardStatus& key_status) const;

// PADAnalogMode
u8 m_mode = 0;

// Internal counter synchonizing GC and keyboard
u8 m_counter = 0;
};

0 comments on commit b5f4b0d

Please sign in to comment.