dolphin/Source/Core/Common/Logging
Léo Lam 7855e5f73b
Turn MAX_LOGLEVEL into a true constant (and fix self-comparison warning)
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.)
2021-10-15 21:51:01 +02:00
..
ConsoleListener.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
ConsoleListenerDroid.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ConsoleListenerNix.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ConsoleListenerWin.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Log.h Turn MAX_LOGLEVEL into a true constant (and fix self-comparison warning) 2021-10-15 21:51:01 +02:00
LogManager.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
LogManager.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00