Inlining stack is too small. I think. submit/tizen/20131022.045236
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 22 Oct 2013 04:51:55 +0000 (13:51 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 22 Oct 2013 04:51:55 +0000 (13:51 +0900)
GCC complains too much.

Change-Id: I98ee73e1d2cfd7187a2d5d31e839da503186054a

src/instance.c

index 41bcf27..04144d1 100644 (file)
@@ -223,7 +223,7 @@ static int viewer_deactivated_cb(struct client_node *client, void *data)
        return -1; /*!< Remove this callback from the cb list */
 }
 
-static inline int pause_livebox(struct inst_info *inst)
+static int pause_livebox(struct inst_info *inst)
 {
        struct packet *packet;
 
@@ -237,7 +237,7 @@ static inline int pause_livebox(struct inst_info *inst)
 }
 
 /*! \TODO Wake up the freeze'd timer */
-static inline int resume_livebox(struct inst_info *inst)
+static int resume_livebox(struct inst_info *inst)
 {
        struct packet *packet;