Merge pull request #10803 from Zopolis4/clangingaround
Resolve additional warnings generated by clang
This commit is contained in:
commit
b5f4b0dffe
|
@ -23,8 +23,6 @@
|
||||||
|
|
||||||
namespace Common::Log
|
namespace Common::Log
|
||||||
{
|
{
|
||||||
constexpr size_t MAX_MSGLEN = 1024;
|
|
||||||
|
|
||||||
const Config::Info<bool> LOGGER_WRITE_TO_FILE{{Config::System::Logger, "Options", "WriteToFile"},
|
const Config::Info<bool> LOGGER_WRITE_TO_FILE{{Config::System::Logger, "Options", "WriteToFile"},
|
||||||
false};
|
false};
|
||||||
const Config::Info<bool> LOGGER_WRITE_TO_CONSOLE{
|
const Config::Info<bool> LOGGER_WRITE_TO_CONSOLE{
|
||||||
|
|
|
@ -37,9 +37,6 @@ private:
|
||||||
|
|
||||||
KeyArray MapKeys(const KeyboardStatus& key_status) const;
|
KeyArray MapKeys(const KeyboardStatus& key_status) const;
|
||||||
|
|
||||||
// PADAnalogMode
|
|
||||||
u8 m_mode = 0;
|
|
||||||
|
|
||||||
// Internal counter synchonizing GC and keyboard
|
// Internal counter synchonizing GC and keyboard
|
||||||
u8 m_counter = 0;
|
u8 m_counter = 0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue