Apply GCC 4.8 patch
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 3 Jul 2013 04:28:54 +0000 (13:28 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 3 Jul 2013 04:28:54 +0000 (13:28 +0900)
Change-Id: Ia07d03c4737fd315cf06cae14fe7ab4e75e78f07

src/livebox-service.c

index cb2da13..2b59968 100644 (file)
@@ -295,7 +295,7 @@ static int update_resolution(void)
        return LB_STATUS_SUCCESS;
 }
 
-static inline sqlite3 *open_db(void)
+static sqlite3 *open_db(void)
 {
        sqlite3 *handle;