mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Resolve GCC Warnings
This commit is contained in:
@ -14,5 +14,7 @@ public:
|
||||
void Log(Common::Log::LogLevel level, const char* text) override;
|
||||
|
||||
private:
|
||||
[[maybe_unused]] bool m_use_color = false;
|
||||
#if !defined _WIN32 && !defined ANDROID
|
||||
bool m_use_color = false;
|
||||
#endif
|
||||
};
|
||||
|
Reference in New Issue
Block a user