mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Merge pull request #10388 from Dentomologist/android-fix-unused-variable-warning
[Android] Fix unused variable warning
This commit is contained in:
commit
128fa8aec3
@ -14,5 +14,5 @@ public:
|
||||
void Log(Common::Log::LogLevel level, const char* text) override;
|
||||
|
||||
private:
|
||||
bool m_use_color = false;
|
||||
[[maybe_unused]] bool m_use_color = false;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user