mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +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;
|
||||
|
||||
private:
|
||||
bool m_use_color = false;
|
||||
[[maybe_unused]] bool m_use_color = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue