mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #10388 from Dentomologist/android-fix-unused-variable-warning
[Android] Fix unused variable warning
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