mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Merge pull request #10803 from Zopolis4/clangingaround
Resolve additional warnings generated by clang
This commit is contained in:
commit
b5f4b0dffe
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 @@ private:
|
|||
|
||||
KeyArray MapKeys(const KeyboardStatus& key_status) const;
|
||||
|
||||
// PADAnalogMode
|
||||
u8 m_mode = 0;
|
||||
|
||||
// Internal counter synchonizing GC and keyboard
|
||||
u8 m_counter = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue