Fix the GCC 4.7 build error
authorSung-jae Park <nicesj.park@samsung.com>
Fri, 25 Jan 2013 11:04:37 +0000 (11:04 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Fri, 25 Jan 2013 11:04:37 +0000 (11:04 +0000)
Change-Id: Ic3a34235258cb1a531053a97c142c86bc884d69d

packaging/liblivebox-service.spec
src/livebox-service.c

index 7f0ab49..b87430a 100644 (file)
@@ -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
index 1632389..6d3477e 100644 (file)
@@ -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)