mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix Android compile warning
This commit is contained in:
@@ -30,7 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef __ANDROID__
|
#ifdef __ANDROID__
|
||||||
unsigned int android_log_level_mapping[] {
|
unsigned int android_log_level_mapping[] = {
|
||||||
/* LMT_ERROR */ ANDROID_LOG_ERROR,
|
/* LMT_ERROR */ ANDROID_LOG_ERROR,
|
||||||
/* LMT_ACTION */ ANDROID_LOG_WARN,
|
/* LMT_ACTION */ ANDROID_LOG_WARN,
|
||||||
/* LMT_INFO */ ANDROID_LOG_INFO,
|
/* LMT_INFO */ ANDROID_LOG_INFO,
|
||||||
|
Reference in New Issue
Block a user