dolphin/Source/Android/jni
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
..
AndroidCommon Android: Improve OpenModeToAndroid's handling of 'b' 2021-10-13 17:39:09 +02:00
Cheats Android: Add Gecko code downloading 2021-09-16 18:48:39 +02:00
Config treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GameList DolphinQt/Android: Add warning when converting NKit files 2021-10-02 11:09:36 +02:00
CMakeLists.txt Android: Add edit button for cheats 2021-09-16 16:46:49 +02:00
IniFile.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
MainAndroid.cpp Turn MAX_LOGLEVEL into a true constant (and fix self-comparison warning) 2021-10-15 21:51:01 +02:00
WiiUtils.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00