mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 06:39:14 +01:00
[Android] Fix unused variable warning
Add [[maybe_unused]] attribute to ConsoleListener's m_use_color
This commit is contained in:
parent
237947e2f1
commit
d3ae1bd415
@ -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