From: Craig Robbins Date: Thu, 12 Feb 2015 03:16:38 +0000 (+1000) Subject: Fix Android compile warning X-Git-Tag: 0.4.13~630 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=66efaaa983cde27e0ad2f9cc142950a62c868765;p=oweals%2Fminetest.git Fix Android compile warning --- diff --git a/src/log.cpp b/src/log.cpp index b3b3f3f1b..85c827597 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -30,7 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "config.h" #ifdef __ANDROID__ -unsigned int android_log_level_mapping[] { +unsigned int android_log_level_mapping[] = { /* LMT_ERROR */ ANDROID_LOG_ERROR, /* LMT_ACTION */ ANDROID_LOG_WARN, /* LMT_INFO */ ANDROID_LOG_INFO,