From b5ee4f9411c59c308a558cf9747463530c1ef4fe Mon Sep 17 00:00:00 2001 From: Youngjae Shin Date: Mon, 25 Sep 2017 10:47:10 +0900 Subject: [PATCH] fix build warning Change-Id: Ifeaa16c3937e3d0f4a899c7d80721c6aa6c6b976 --- src/download-private.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/download-private.c b/src/download-private.c index bf2f58c..206e0a6 100755 --- a/src/download-private.c +++ b/src/download-private.c @@ -2,7 +2,7 @@ #include #include -static __thread int feature_supported[DOWNLOAD_SUPPORTED_FEATURE_MAX] = { -1, -1, -1, -1, -1}; +static __thread int feature_supported[DOWNLOAD_SUPPORTED_FEATURE_MAX] = { -1, -1, -1, -1}; static bool __check_feature_supported(const char *key, download_supported_feature_e feature) { -- 2.7.4