From 66efaaa983cde27e0ad2f9cc142950a62c868765 Mon Sep 17 00:00:00 2001 From: Craig Robbins Date: Thu, 12 Feb 2015 13:16:38 +1000 Subject: [PATCH] Fix Android compile warning --- src/log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,