dolphin/Source
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
..
Android Turn MAX_LOGLEVEL into a true constant (and fix self-comparison warning) 2021-10-15 21:51:01 +02:00
Core Turn MAX_LOGLEVEL into a true constant (and fix self-comparison warning) 2021-10-15 21:51:01 +02:00
DSPSpy DSPSpy: Replace less_test with cond_test 2021-08-22 17:07:41 -07:00
DSPTool Core: Add GBA host interface 2021-07-13 16:42:49 +02:00
PCH bump msvc required version to align wth vs 16.11 2021-08-14 03:57:25 -07:00
UnitTests Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
VSProps Android: Don't hold gameFileCache lock during updateAdditionalMetadata 2021-08-24 15:35:39 +02:00
.clang-format Require clang-format 9 and reformat source code 2020-01-08 22:18:15 +01:00
CMakeLists.txt Android: Don't hold gameFileCache lock during updateAdditionalMetadata 2021-08-24 15:35:39 +02:00
dolphin-emu.sln Externals: Integrate mGBA as a submodule 2021-07-13 16:39:29 +02:00