From: Sung-jae Park Date: Fri, 25 Jan 2013 11:04:37 +0000 (+0000) Subject: Fix the GCC 4.7 build error X-Git-Tag: accepted/tizen_2.1/20130425.023343~9^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f43431a61395f04dde2cbfa328ac33a6409c0282;p=platform%2Fframework%2Fweb%2Flivebox-service.git Fix the GCC 4.7 build error Change-Id: Ic3a34235258cb1a531053a97c142c86bc884d69d --- diff --git a/packaging/liblivebox-service.spec b/packaging/liblivebox-service.spec index 7f0ab49..b87430a 100644 --- a/packaging/liblivebox-service.spec +++ b/packaging/liblivebox-service.spec @@ -1,6 +1,6 @@ Name: liblivebox-service Summary: Library for the development of a livebox service -Version: 0.2.12 +Version: 0.2.13 Release: 1 Group: main/app License: Flora License diff --git a/src/livebox-service.c b/src/livebox-service.c index 1632389..6d3477e 100644 --- a/src/livebox-service.c +++ b/src/livebox-service.c @@ -1192,7 +1192,7 @@ EAPI char *livebox_service_appid(const char *pkgname) char *appid; char *tmp; sqlite3 *handle; - int is_prime; + int is_prime __attribute__((__unused__)); int ret; if (!pkgname)