Merge pull request #10388 from Dentomologist/android-fix-unused-variable-warning
[Android] Fix unused variable warning
This commit is contained in:
commit
128fa8aec3
|
@ -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…
Reference in New Issue