From: Youngjae Shin Date: Mon, 25 Sep 2017 01:47:10 +0000 (+0900) Subject: fix build warning X-Git-Tag: submit/tizen/20170926.020531^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5ee4f9411c59c308a558cf9747463530c1ef4fe;p=platform%2Fcore%2Fapi%2Furl-download.git fix build warning Change-Id: Ifeaa16c3937e3d0f4a899c7d80721c6aa6c6b976 --- 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) {