Skip to content
Permalink
Browse files
Merge pull request #10388 from Dentomologist/android-fix-unused-varia…
…ble-warning

[Android] Fix unused variable warning
  • Loading branch information
JosJuice committed Feb 20, 2022
2 parents db0ca3f + d3ae1bd commit 128fa8a
Showing 1 changed file with 1 addition and 1 deletion.
@@ -14,5 +14,5 @@ class ConsoleListener : public Common::Log::LogListener
void Log(Common::Log::LogLevel level, const char* text) override;

private:
bool m_use_color = false;
[[maybe_unused]] bool m_use_color = false;
};

0 comments on commit 128fa8a

Please sign in to comment.