mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Merge pull request #10388 from Dentomologist/android-fix-unused-variable-warning
[Android] Fix unused variable warning
This commit is contained in:
commit
128fa8aec3
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ public:
|
||||||
void Log(Common::Log::LogLevel level, const char* text) override;
|
void Log(Common::Log::LogLevel level, const char* text) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool m_use_color = false;
|
[[maybe_unused]] bool m_use_color = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue