mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-12 23:01:09 +00:00
This replaces the MAX_LOGLEVEL define with a constexpr variable in order to fix self-comparison warnings in the logging macros when compiling with Clang. (Without this change, the log level check in the logging macros is expanded into something like this: `if (LINFO <= LINFO)`, which triggers a tautological compare warning.) |
||
|---|---|---|
| .. | ||
| ConsoleListener.h | ||
| ConsoleListenerDroid.cpp | ||
| ConsoleListenerNix.cpp | ||
| ConsoleListenerWin.cpp | ||
| Log.h | ||
| LogManager.cpp | ||
| LogManager.h | ||