mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
[Android] Fix unused variable warning
Add [[maybe_unused]] attribute to ConsoleListener's m_use_color
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user